summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: e7c3e216d25d1a4d343ed96dc41656991cf7c57d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[workspace]
resolver = "2"
members = [
    "crates/control",
    "crates/web"
]

[workspace.dependencies]
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.18", default-features = false, features = ["std", "fmt"] }
tokio = { version = "1.40.0", features = ["rt"] }
serde = "1.0.0"
serde_json = "1.0.0"