forked from yixuan-rs/yixuan-rs
17 lines
317 B
TOML
17 lines
317 B
TOML
[package]
|
|
name = "vivian-logic"
|
|
edition = "2024"
|
|
version.workspace = true
|
|
|
|
[dependencies]
|
|
tracing.workspace = true
|
|
num_enum.workspace = true
|
|
paste.workspace = true
|
|
thiserror.workspace = true
|
|
|
|
vivian-proto.workspace = true
|
|
common.workspace = true
|
|
config.workspace = true
|
|
|
|
# Should only be used for testing
|
|
hex = "0.4"
|