vivian-rs/lib/service/Cargo.toml
2025-05-19 18:11:03 +03:00

17 lines
296 B
TOML

[package]
name = "vivian-service"
edition = "2024"
version.workspace = true
[dependencies]
tokio.workspace = true
tokio-util.workspace = true
thiserror.workspace = true
scc.workspace = true
tracing.workspace = true
serde.workspace = true
vivian-proto.workspace = true
common.workspace = true