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