Rust-Programming-Cookbook/Chapter10/sample_rest_api/Cargo.toml

11 wiersze
180 B
TOML
Czysty Zwykły widok Historia

2017-07-31 06:59:18 +00:00
[package]
name = "sample_rest_api"
version = "0.1.0"
authors = ["Vigneshwer.D <dvigneshwer@gmail.com>"]
[dependencies]
nickel = "*"
mongodb = "*"
bson = "*"
rustc-serialize = "*"