mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 13:11:31 +00:00
move all dependencies to workspace Cargo.toml
This commit is contained in:
@ -5,10 +5,10 @@ edition = "2021"
|
||||
resolver = "2"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.20"
|
||||
log = { workspace = true }
|
||||
|
||||
[dependencies.nix]
|
||||
version = "0.27.1"
|
||||
workspace = true
|
||||
features = ["ioctl"]
|
||||
|
||||
[lib]
|
||||
|
Reference in New Issue
Block a user