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