rustlings/tests/fixture/failure/Cargo.toml

21 lines
326 B
TOML
Raw Normal View History

2024-03-31 12:59:01 -04:00
[package]
2024-04-05 19:45:54 -04:00
name = "failure"
2024-03-31 12:59:01 -04:00
edition = "2021"
publish = false
[[bin]]
name = "compFailure"
path = "exercises/compFailure.rs"
[[bin]]
name = "compNoExercise"
path = "exercises/compNoExercise.rs"
[[bin]]
name = "testFailure"
path = "exercises/testFailure.rs"
[[bin]]
name = "testNotPassed"
path = "exercises/testNotPassed.rs"