forked from yixuan-rs/yixuan-rs
24 lines
494 B
TOML
24 lines
494 B
TOML
[package]
|
|
name = "vivian-game-server"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
tokio.workspace = true
|
|
|
|
const_format.workspace = true
|
|
serde.workspace = true
|
|
serde_json5.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
rand.workspace = true
|
|
tracing.workspace = true
|
|
paste.workspace = true
|
|
scc.workspace = true
|
|
|
|
common.workspace = true
|
|
config.workspace = true
|
|
vivian-logic.workspace = true
|
|
vivian-codegen.workspace = true
|
|
vivian-proto.workspace = true
|
|
vivian-service.workspace = true
|