forked from NewEriduPubSec/JaneDoe-ZS
22 lines
415 B
TOML
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"] }
|