JaneDoe-ZS/nap_data/Cargo.toml
2024-07-30 10:41:18 +08:00

22 lines
415 B
TOML

[package]
name = "data"
edition = "2021"
version.workspace = true
[dependencies]
# Serialization
serde.workspace = true
serde_json.workspace = true
prost.workspace = true
# Util
paste.workspace = true
thiserror.workspace = true
# Tracing
tracing.workspace = true
# Internal
proto.workspace = true
jsonc-parser = { version = "0.23.0", features = ["serde"] }
chrono = { version = "0.4.38", features = ["serde"] }