rustlings/tests/fixture/success/Cargo.toml

13 lines
188 B
TOML
Raw Normal View History

2024-03-31 12:59:01 -04:00
[package]
2024-04-05 19:45:54 -04:00
name = "success"
2024-03-31 12:59:01 -04:00
edition = "2021"
publish = false
[[bin]]
name = "compSuccess"
path = "exercises/compSuccess.rs"
[[bin]]
name = "testSuccess"
path = "exercises/testSuccess.rs"