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

11 wiersze
191 B
TOML
Czysty Zwykły widok Historia

2017-07-31 06:59:18 +00:00
[package]
name = "sample_rust_project"
version = "0.1.0"
authors = ["Vigneshwer.D <dvigneshwer@gmail.com>"]
[dependencies]
clippy = {version = "*", optional = true}
[features]
default = []