rustlings/tests/fixture/success/Cargo.toml
2024-03-31 18:59:01 +02:00

13 lines
204 B
TOML

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