bencode inspired tight self describing serialization format
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4d4ff23..d836f88 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,12 +4,11 @@ version = "0.1.0"
edition = "2024"
[dependencies]
-atools = "0.1.12"
raad = { version = "0.1.3" }
serde = { version = "1.0.228", features = ["derive"] }
thiserror = "2.0.18"
-serde_json = "1.0.150"
[dev-dependencies]
+atools = "0.1.12"
postcard = { version = "1.1.3", features = ["use-std"] }
serde_json = "1.0.150"