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.toml7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/rust/json/Cargo.toml b/users/wpcarro/scratch/rust/json/Cargo.toml
new file mode 100644
index 0000000000..ff4ed61e85
--- /dev/null
+++ b/users/wpcarro/scratch/rust/json/Cargo.toml
@@ -0,0 +1,7 @@
+[package]
+name = "rust"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+serde_json = "1.0.81"