33 lines
819 B
TOML
33 lines
819 B
TOML
[package]
|
|
name = "norun"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
norun-grpc-interface.workspace = true
|
|
|
|
anyhow = "1.0.98"
|
|
clap = { version = "4.5.40", features = ["derive", "env"] }
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
tokio = { version = "1.46.1", features = ["full"] }
|
|
toml = "0.8.23"
|
|
tracing = { version = "0.1.41", features = ["log"] }
|
|
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
|
|
|
|
bytes = { workspace = true }
|
|
prost = { workspace = true }
|
|
prost-types = { workspace = true }
|
|
tonic = { workspace = true }
|
|
tokio-util = "0.7.15"
|
|
async-trait = "0.1.88"
|
|
notmad = "0.7.2"
|
|
bollard = "0.19.1"
|
|
futures-util = "0.3.31"
|
|
dirs = "6.0.0"
|
|
uuid = { version = "1.17.0", features = ["serde", "v4"] }
|
|
ron = "0.10.1"
|
|
dirs = "6.0.0"
|
|
|
|
[dev-dependencies]
|
|
pretty_assertions = "1.4.1"
|