forked from bottlerocket-os/bottlerocket
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
28 lines (24 loc) · 892 Bytes
/
Cargo.toml
File metadata and controls
28 lines (24 loc) · 892 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "systemd"
version = "0.1.0"
edition = "2021"
publish = false
build = "build.rs"
[lib]
path = "pkg.rs"
[package.metadata.build-package]
releases-url = "https://github.com/systemd/systemd-stable/releases"
package-features = ["unified-cgroup-hierarchy"]
[[package.metadata.build-package.external-files]]
url = "https://github.com/systemd/systemd-stable/archive/v250.11/systemd-stable-250.11.tar.gz"
sha512 = "75dc5dbbc34247027a2139b8e4dfe27e844c1c8c79a90fc914abd4efd76f04673f9ec38be98931ab62b74cdc04d3c85c7f7000cdbb1fd45d2ec610c33016d5f3"
[build-dependencies]
glibc = { path = "../glibc" }
kmod = { path = "../kmod" }
libacl = { path = "../libacl" }
libattr = { path = "../libattr" }
libcap = { path = "../libcap" }
libseccomp = { path = "../libseccomp" }
libselinux = { path = "../libselinux" }
libxcrypt = { path = "../libxcrypt" }
util-linux = { path = "../util-linux" }