rustlings/tests/fixture/success/Cargo.toml

13 lines
186 B
TOML
Raw Normal View History

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