2025-07-04 21:52:14 -03:00
|
|
|
[package]
|
|
|
|
|
name = "sidebus-agent"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2024"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
sidebus-common = { workspace = true }
|
|
|
|
|
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"
|
2025-07-11 01:01:39 -03:00
|
|
|
zbus = { workspace = true }
|
2025-07-17 23:16:39 -03:00
|
|
|
listenfd = "1.0.2"
|