rustlings/tests/fixture/success/Cargo.toml

13 lines
188 B
TOML
Raw Normal View History

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