mirror of
https://github.com/notohh/rustlings.git
synced 2024-10-31 17:19:12 -04:00
20 lines
326 B
TOML
20 lines
326 B
TOML
[package]
|
|
name = "failure"
|
|
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"
|