forked from yixuan-rs/yixuan-rs
21 lines
414 B
TOML
21 lines
414 B
TOML
[package]
|
|
name = "vivian-gate-server"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
tokio.workspace = true
|
|
|
|
const_format.workspace = true
|
|
serde.workspace = true
|
|
thiserror.workspace = true
|
|
paste.workspace = true
|
|
|
|
scc.workspace = true
|
|
rand.workspace = true
|
|
tracing.workspace = true
|
|
|
|
common.workspace = true
|
|
vivian-proto.workspace = true
|
|
vivian-encryption.workspace = true
|
|
vivian-service.workspace = true
|