15 lines
366 B
TOML
15 lines
366 B
TOML
[package]
|
|
name = "sidebus-agent"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
sidebus-common = { workspace = true }
|
|
clap = { version = "4.5.40", features = ["derive"] }
|
|
eyre = "0.6.12"
|
|
tokio = { version = "1.46.0", features = ["full"] }
|
|
tokio-stream = "0.1.17"
|
|
tokio-vsock = "0.7.1"
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.19"
|
|
zbus = { workspace = true }
|