rustlings/tests/fixture/success/Cargo.toml
2024-04-04 15:45:53 +02:00

13 lines
186 B
TOML

[package]
name = "tests"
edition = "2021"
publish = false
[[bin]]
name = "compSuccess"
path = "exercises/compSuccess.rs"
[[bin]]
name = "testSuccess"
path = "exercises/testSuccess.rs"