about summary refs log tree commit diff
path: root/users/wpcarro/scratch/rust/json/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/rust/json/Cargo.toml')
-rw-r--r--users/wpcarro/scratch/rust/json/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/rust/json/Cargo.toml b/users/wpcarro/scratch/rust/json/Cargo.toml
index ff4ed61e85..76235d11d3 100644
--- a/users/wpcarro/scratch/rust/json/Cargo.toml
+++ b/users/wpcarro/scratch/rust/json/Cargo.toml
@@ -5,3 +5,4 @@ edition = "2021"
 
 [dependencies]
 serde_json = "1.0.81"
+serde = { version = "1.0.137", features = ["derive"] }