forked from yixuan-rs/yixuan-rs
17 lines
296 B
TOML
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
|