exercism/rust/test/Cargo.toml
2017-05-12 11:03:26 -04:00

10 lines
176 B
TOML

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