16 lines
274 B
TOML
16 lines
274 B
TOML
[package]
|
|
name = "protocol_300"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
serde = "1.0.228"
|
|
serde_json = "1.0.145"
|
|
thiserror = "2.0.17"
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
enum_stringify = "0.6.4"
|
|
num_enum = "0.7.5"
|
|
|
|
|
|
[lints.clippy]
|
|
pedantic = "warn" |