Rust-Programming-Cookbook/Chapter11/code/sample_json/Cargo.toml

9 wiersze
164 B
TOML
Czysty Zwykły widok Historia

2017-07-31 06:59:18 +00:00
[package]
authors = ["Vigneshwer.D <vigneshwer.d@mu-sigma.com>"]
name = "sample_json"
version = "0.1.0"
[dependencies]
error-chain = "0.10.0"
serde_json = "1.0.2"