Enable additional nix features
This commit is contained in:
parent
d41a4961d3
commit
4b400bc023
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ env_logger = "0.10.0"
|
||||||
im = { version = "15.1.0", features = ["serde"] }
|
im = { version = "15.1.0", features = ["serde"] }
|
||||||
itertools = "0.13.0"
|
itertools = "0.13.0"
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
nix = "0.29.0"
|
nix = { version = "0.29.0", features = ["hostname", "user"] }
|
||||||
serde = { version = "1.0.152", features = ["derive"] }
|
serde = { version = "1.0.152", features = ["derive"] }
|
||||||
serde_json = "1.0.91"
|
serde_json = "1.0.91"
|
||||||
thiserror = "1.0.40"
|
thiserror = "1.0.40"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue