forked from NewEriduPubSec/JaneDoe-ZS
17 lines
243 B
TOML
17 lines
243 B
TOML
|
[package]
|
||
|
name = "data"
|
||
|
edition = "2021"
|
||
|
version.workspace = true
|
||
|
|
||
|
[dependencies]
|
||
|
# Serialization
|
||
|
serde.workspace = true
|
||
|
serde_json.workspace = true
|
||
|
|
||
|
# Util
|
||
|
paste.workspace = true
|
||
|
thiserror.workspace = true
|
||
|
|
||
|
# Tracing
|
||
|
tracing.workspace = true
|