about summary refs log tree commit diff
path: root/users/wpcarro/scratch/rust/json/Cargo.toml
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2022-06-27T00·59-0700
committerclbot <clbot@tvl.fyi>2022-06-27T16·25+0000
commit8e9bfaba4743394d7620a6f61c23c2d2fd30b5e8 (patch)
treed7cedc8ea02d363d61c527d508a80550e3278959 /users/wpcarro/scratch/rust/json/Cargo.toml
parent95f302f95da11bc6e891ae2ab675c43ce0167ad7 (diff)
feat(wpcarro/rust): Show 1/3 json examples r/4257
See json/src/main.rs

Change-Id: I83ee6b762b741a05932832a9a87eb8161bb95d0f
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5896
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
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"