mirror of
https://github.com/rust-lang/rustlings.git
synced 2024-12-28 00:00:03 +03:00
17 lines
292 B
TOML
17 lines
292 B
TOML
|
[package]
|
||
|
name = "tests"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[[bin]]
|
||
|
name = "pending_exercise"
|
||
|
path = "exercises/pending_exercise.rs"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "pending_test_exercise"
|
||
|
path = "exercises/pending_test_exercise.rs"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "finished_exercise"
|
||
|
path = "exercises/finished_exercise.rs"
|