exercism/rust/test/Cargo.toml
2017-07-20 20:33:09 -04:00

10 lines
192 B
TOML

[package]
name = "testing_crate"
version = "0.1.0"
authors = ["anthony.cicchetti <anthony.cicchetti@ert.com>"]
[dependencies]
[[bin]]
name = "testing_crate"
path = "./src/main.rs"