my fork of dmp
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4a60b82..c1c4fe0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,12 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+serde = { version = "1", features = ["derive"] }
+serde_repr = { version = "0" }
[dev-dependencies]
criterion = "0"
+serde_json = "1"
[[bench]]
name = "prefix"