summaryrefslogtreecommitdiff
path: root/tests/fixture/state/Cargo.toml
blob: c8d74e47fdbcc8f5fd7b16c18213f4ad60eb3899 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[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"