2024-07-20 12:13:04 +00:00
|
|
|
[package]
|
|
|
|
name = "data"
|
|
|
|
edition = "2021"
|
|
|
|
version.workspace = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# Serialization
|
|
|
|
serde.workspace = true
|
|
|
|
serde_json.workspace = true
|
2024-07-26 19:44:44 +00:00
|
|
|
prost.workspace = true
|
2024-07-20 12:13:04 +00:00
|
|
|
|
|
|
|
# Util
|
|
|
|
paste.workspace = true
|
|
|
|
thiserror.workspace = true
|
|
|
|
|
|
|
|
# Tracing
|
|
|
|
tracing.workspace = true
|
2024-07-26 19:44:44 +00:00
|
|
|
|
|
|
|
# Internal
|
|
|
|
proto.workspace = true
|
2024-07-30 02:41:18 +00:00
|
|
|
jsonc-parser = { version = "0.23.0", features = ["serde"] }
|
|
|
|
chrono = { version = "0.4.38", features = ["serde"] }
|