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

11 wiersze
191 B
TOML

[package]
name = "sample_rust_project"
version = "0.1.0"
authors = ["Vigneshwer.D <dvigneshwer@gmail.com>"]
[dependencies]
clippy = {version = "*", optional = true}
[features]
default = []