This commit is contained in:
2025-11-10 13:31:32 +01:00
commit 1ce1537487
7 changed files with 648 additions and 0 deletions

16
Cargo.toml Normal file
View File

@@ -0,0 +1,16 @@
[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"