mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-22 22:02:22 -05:00
13 lines
186 B
TOML
13 lines
186 B
TOML
|
[package]
|
||
|
name = "tests"
|
||
|
edition = "2021"
|
||
|
publish = false
|
||
|
|
||
|
[[bin]]
|
||
|
name = "compSuccess"
|
||
|
path = "exercises/compSuccess.rs"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "testSuccess"
|
||
|
path = "exercises/testSuccess.rs"
|