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:
39
Cargo.toml
39
Cargo.toml
@ -8,3 +8,42 @@ members = [
|
||||
"loopdev",
|
||||
]
|
||||
resolver = "2"
|
||||
|
||||
[workspace.dependencies]
|
||||
log = "0.4.20"
|
||||
libc = "0.2"
|
||||
nix = "0.27.1"
|
||||
bytemuck = "1.14.0"
|
||||
slice-copy = "0.3.0"
|
||||
memchr = "2"
|
||||
xz2 = "0.1"
|
||||
flate2 = "1.0"
|
||||
elf = "0.7.4"
|
||||
env_logger = "0.11.0"
|
||||
errno = "0.3.0"
|
||||
oci-spec = "0.6.4"
|
||||
backhand = "0.14.2"
|
||||
sha256 = "1.5.0"
|
||||
serde = "1.0.196"
|
||||
serde_json = "1.0.113"
|
||||
walkdir = "2"
|
||||
directories = "5.0.1"
|
||||
tar = "0.4.40"
|
||||
zstd = "0.13.0"
|
||||
termion = "3.0.0"
|
||||
path-clean = "1.0.1"
|
||||
ureq = "2.9.1"
|
||||
url = "2.5.0"
|
||||
cli-tables = "0.2.1"
|
||||
|
||||
[workspace.dependencies.uuid]
|
||||
version = "1.6.1"
|
||||
features = ["v4"]
|
||||
|
||||
[workspace.dependencies.sys-mount]
|
||||
version = "2.1.1"
|
||||
default-features = false
|
||||
|
||||
[workspace.dependencies.clap]
|
||||
version = "4.4.18"
|
||||
features = ["derive"]
|
||||
|
Reference in New Issue
Block a user