vim: migrate homepage URL to https:// schema (#377537)
[NixPkgs.git] / pkgs / by-name / sw / switch-to-configuration-ng / src / Cargo.toml
blob37ca687b3f1b3f195566b17a1a1049fbd406059a
1 [package]
2 name = "switch-to-configuration"
3 version = "0.1.0"
4 edition = "2021"
6 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8 [dependencies]
9 anyhow = "1.0.82"
10 dbus = "0.9.7"
11 glob = "0.3.1"
12 log = "0.4.21"
13 nix = { version = "0.28.0", features = ["fs", "signal"] }
14 regex = "1.10.4"
15 rust-ini = { git = "https://github.com/zonyitoo/rust-ini", rev = "5748ae57a178216a920b88dfac1296618e967447", features = [
16   "inline-comment",
17 ] }
18 syslog = "6.1.1"
20 [build-dependencies]
21 dbus-codegen = "0.11.0"