[package] name = "wicked" version = "0.1.0" edition = "2021" publish = false build = "../build.rs" [lib] path = "../packages.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" }