mirror of
https://github.com/edera-dev/krata.git
synced 2025-08-03 21:21:32 +00:00
krata: fix workspace version references and feature discrepancies
This commit is contained in:
@ -94,7 +94,7 @@ default-features = false
|
|||||||
|
|
||||||
[workspace.dependencies.tokio]
|
[workspace.dependencies.tokio]
|
||||||
version = "1.35.1"
|
version = "1.35.1"
|
||||||
features = ["macros", "rt", "rt-multi-thread", "io-util"]
|
features = ["full"]
|
||||||
|
|
||||||
[workspace.dependencies.tokio-stream]
|
[workspace.dependencies.tokio-stream]
|
||||||
version = "0.1"
|
version = "0.1"
|
||||||
|
@ -16,7 +16,7 @@ cli-tables = { workspace = true }
|
|||||||
crossterm = { workspace = true }
|
crossterm = { workspace = true }
|
||||||
ctrlc = { workspace = true, features = ["termination"] }
|
ctrlc = { workspace = true, features = ["termination"] }
|
||||||
env_logger = { workspace = true }
|
env_logger = { workspace = true }
|
||||||
krata = { path = "../krata" }
|
krata = { path = "../krata", version = "0.0.1" }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
prost-reflect = { workspace = true, features = ["serde"] }
|
prost-reflect = { workspace = true, features = ["serde"] }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
|
@ -16,8 +16,8 @@ bytes = { workspace = true }
|
|||||||
clap = { workspace = true }
|
clap = { workspace = true }
|
||||||
env_logger = { workspace = true }
|
env_logger = { workspace = true }
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
krata = { path = "../krata" }
|
krata = { path = "../krata", version = "0.0.1" }
|
||||||
krata-runtime = { path = "../runtime" }
|
krata-runtime = { path = "../runtime", version = "0.0.1" }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
prost = { workspace = true }
|
prost = { workspace = true }
|
||||||
redb = { workspace = true }
|
redb = { workspace = true }
|
||||||
|
@ -13,8 +13,8 @@ anyhow = { workspace = true }
|
|||||||
env_logger = { workspace = true }
|
env_logger = { workspace = true }
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
ipnetwork = { workspace = true }
|
ipnetwork = { workspace = true }
|
||||||
krata = { path = "../krata" }
|
krata = { path = "../krata", version = "0.0.1" }
|
||||||
krata-xenstore = { path = "../xen/xenstore" }
|
krata-xenstore = { path = "../xen/xenstore", version = "0.0.1" }
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
nix = { workspace = true, features = ["process"] }
|
nix = { workspace = true, features = ["process"] }
|
||||||
|
@ -16,7 +16,7 @@ clap = { workspace = true }
|
|||||||
env_logger = { workspace = true }
|
env_logger = { workspace = true }
|
||||||
etherparse = { workspace = true }
|
etherparse = { workspace = true }
|
||||||
futures = { workspace = true }
|
futures = { workspace = true }
|
||||||
krata = { path = "../krata" }
|
krata = { path = "../krata", version = "0.0.1" }
|
||||||
krata-advmac = { workspace = true }
|
krata-advmac = { workspace = true }
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
|
@ -12,18 +12,18 @@ resolver = "2"
|
|||||||
anyhow = { workspace = true }
|
anyhow = { workspace = true }
|
||||||
backhand = { workspace = true }
|
backhand = { workspace = true }
|
||||||
ipnetwork = { workspace = true }
|
ipnetwork = { workspace = true }
|
||||||
krata = { path = "../krata" }
|
krata = { path = "../krata", version = "0.0.1" }
|
||||||
krata-advmac = { workspace = true }
|
krata-advmac = { workspace = true }
|
||||||
krata-oci = { path = "../oci" }
|
krata-oci = { path = "../oci", version = "0.0.1" }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
loopdev-3 = { workspace = true }
|
loopdev-3 = { workspace = true }
|
||||||
serde_json = { workspace = true }
|
serde_json = { workspace = true }
|
||||||
tokio = { workspace = true }
|
tokio = { workspace = true }
|
||||||
uuid = { workspace = true }
|
uuid = { workspace = true }
|
||||||
krata-xenclient = { path = "../xen/xenclient" }
|
krata-xenclient = { path = "../xen/xenclient", version = "0.0.1" }
|
||||||
krata-xenevtchn = { path = "../xen/xenevtchn" }
|
krata-xenevtchn = { path = "../xen/xenevtchn", version = "0.0.1" }
|
||||||
krata-xengnt = { path = "../xen/xengnt" }
|
krata-xengnt = { path = "../xen/xengnt", version = "0.0.1" }
|
||||||
krata-xenstore = { path = "../xen/xenstore" }
|
krata-xenstore = { path = "../xen/xenstore", version = "0.0.1" }
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
name = "kratart"
|
name = "kratart"
|
||||||
|
@ -13,8 +13,8 @@ elf = { workspace = true }
|
|||||||
flate2 = { workspace = true }
|
flate2 = { workspace = true }
|
||||||
libc = { workspace = true }
|
libc = { workspace = true }
|
||||||
log = { workspace = true }
|
log = { workspace = true }
|
||||||
krata-xencall = { path = "../xencall" }
|
krata-xencall = { path = "../xencall", version = "0.0.1" }
|
||||||
krata-xenstore = { path = "../xenstore" }
|
krata-xenstore = { path = "../xenstore", version = "0.0.1" }
|
||||||
memchr = { workspace = true }
|
memchr = { workspace = true }
|
||||||
slice-copy = { workspace = true }
|
slice-copy = { workspace = true }
|
||||||
thiserror = { workspace = true }
|
thiserror = { workspace = true }
|
||||||
|
Reference in New Issue
Block a user