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

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

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