about summary refs log tree commit diff
path: root/users/wpcarro/scratch/rust/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'users/wpcarro/scratch/rust/Cargo.toml')
-rw-r--r--users/wpcarro/scratch/rust/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/users/wpcarro/scratch/rust/Cargo.toml b/users/wpcarro/scratch/rust/Cargo.toml
new file mode 100644
index 0000000000..76235d11d3
--- /dev/null
+++ b/users/wpcarro/scratch/rust/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "rust"
+version = "0.1.0"
+edition = "2021"
+
+[dependencies]
+serde_json = "1.0.81"
+serde = { version = "1.0.137", features = ["derive"] }