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

9 wiersze
158 B
TOML

[package]
authors = ["Vigneshwer.D <vigneshwer.d@mu-sigma.com>"]
name = "sample_ext"
version = "0.1.0"
[dependencies]
error-chain = "0.10.0"
glob = "0.2.11"