mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 22:02:22 -05:00
22 lines
342 B
TOML
22 lines
342 B
TOML
|
[package]
|
||
|
name = "tests"
|
||
|
version = "0.0.0"
|
||
|
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"
|