mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 00:13:30 +02:00
17 lines
292 B
TOML
17 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"
|