summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b90f2bb2b0c3561c94f880814f631b7870eb0e47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[workspace]
resolver = "2"
members = [
        "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"