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

See git diff

Change-Id: Ic3100dbed09775113ddb055e6ba0d5cf900426d0
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5898
Reviewed-by: wpcarro <wpcarro@gmail.com>
Autosubmit: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
This commit is contained in:
William Carroll 2022-06-26 18:03:16 -07:00 committed by clbot
parent c18ca0f852
commit 0ae6a441e6
2 changed files with 39 additions and 2 deletions

View file

@ -5,3 +5,4 @@ edition = "2021"
[dependencies]
serde_json = "1.0.81"
serde = { version = "1.0.137", features = ["derive"] }