diff options
Diffstat (limited to 'users/wpcarro/scratch/rust/Cargo.toml')
-rw-r--r-- | users/wpcarro/scratch/rust/Cargo.toml | 8 |
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 000000000000..76235d11d37d --- /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"] } |