feat(wpcarro/rust): Show 1/3 json examples

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
This commit is contained in:
William Carroll 2022-06-26 17:59:34 -07:00 committed by clbot
parent 95f302f95d
commit 8e9bfaba47
2 changed files with 44 additions and 0 deletions

View file

@ -0,0 +1,7 @@
[package]
name = "rust"
version = "0.1.0"
edition = "2021"
[dependencies]
serde_json = "1.0.81"