blob 9cce0be706151dfd5264a81afb3ee9a6c851367c 392 bytes (raw)
name: tools/cgroup-setup/Cargo.toml # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| | # SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2025 Alyssa Ross <hi@alyssa.is>
# SPDX-FileCopyrightText: 2026 Demi Marie Obenour <demiobenour@gmail.com>
[package]
name = "cgroup-setup"
edition = "2024"
[dependencies]
libc = "0.2.177"
rustix = { version = "1.1.2", features = ["fs"] }
[profile.release]
split-debuginfo = "symbols"
strip = "symbols"
lto = true
panic = "abort"
|
debug log:
solving 9cce0be706151dfd5264a81afb3ee9a6c851367c ...
found 9cce0be706151dfd5264a81afb3ee9a6c851367c in https://inbox.spectrum-os.org/spectrum-devel/20260620-cgroups-v2-1-ccae224b6c85@gmail.com/ ||
https://inbox.spectrum-os.org/spectrum-devel/20260620-cgroups-v1-1-0e5abf35101b@gmail.com/
applying [1/1] https://inbox.spectrum-os.org/spectrum-devel/20260620-cgroups-v2-1-ccae224b6c85@gmail.com/
diff --git a/tools/cgroup-setup/Cargo.toml b/tools/cgroup-setup/Cargo.toml
new file mode 100644
index 0000000000000000000000000000000000000000..9cce0be706151dfd5264a81afb3ee9a6c851367c
Checking patch tools/cgroup-setup/Cargo.toml...
Applied patch tools/cgroup-setup/Cargo.toml cleanly.
skipping https://inbox.spectrum-os.org/spectrum-devel/20260620-cgroups-v1-1-0e5abf35101b@gmail.com/ for 9cce0be706151dfd5264a81afb3ee9a6c851367c
index at:
100644 9cce0be706151dfd5264a81afb3ee9a6c851367c tools/cgroup-setup/Cargo.toml
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/crosvm
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/nixpkgs
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
https://spectrum-os.org/git/www
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).