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
23 lines (19 loc) · 658 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (19 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "wicked"
version = "0.1.0"
edition = "2018"
publish = false
build = "build.rs"
[lib]
path = "pkg.rs"
[package.metadata.build-package]
releases-url = "https://github.com/openSUSE/wicked/releases"
[[package.metadata.build-package.external-files]]
url = "https://github.com/openSUSE/wicked/archive/version-0.6.68.tar.gz"
sha512 = "b087d58b84d44a33ae9e88fdf3a8a4c5dbe5046c7a42450bd449fcd9903bb0c6e1635f1bdf7ba98ffdb9729133f7450065ea4605542e779caf44ff241d91cb93"
[build-dependencies]
glibc = { path = "../glibc" }
libdbus = { path = "../libdbus" }
libiw = { path = "../libiw" }
libnl = { path = "../libnl" }
systemd = { path = "../systemd" }