summaryrefslogtreecommitdiff
path: root/tests/fixture/success/Cargo.toml
blob: 028cf35a63e12cd5aba12773af27c57c174ee09f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "success"
edition = "2021"
publish = false

[[bin]]
name = "compSuccess"
path = "exercises/compSuccess.rs"

[[bin]]
name = "testSuccess"
path = "exercises/testSuccess.rs"