...
This commit is contained in:
@@ -9,20 +9,20 @@ license = "Apache-2.0"
|
||||
|
||||
[dependencies]
|
||||
# Core dependencies
|
||||
anyhow = "1.0.98"
|
||||
futures = "0.3.30"
|
||||
lazy_static = "1.4.0"
|
||||
log = "0.4"
|
||||
serde_json = "1.0"
|
||||
thiserror = "2.0.12"
|
||||
tokio = { version = "1.45.0", features = ["full"] }
|
||||
anyhow = { workspace = true }
|
||||
futures = { workspace = true }
|
||||
lazy_static = { workspace = true }
|
||||
log = { workspace = true }
|
||||
serde_json = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
tokio = { workspace = true }
|
||||
|
||||
# Zinit client
|
||||
zinit-client = "0.4.0"
|
||||
zinit-client = { workspace = true }
|
||||
|
||||
# Rhai integration
|
||||
rhai = { version = "1.12.0", features = ["sync"] }
|
||||
rhai = { workspace = true }
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-test = "0.4.4"
|
||||
tempfile = "3.5"
|
||||
tokio-test = { workspace = true }
|
||||
tempfile = { workspace = true }
|
||||
|
Reference in New Issue
Block a user