mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-26 15:24:17 -05:00
14 lines
204 B
TOML
14 lines
204 B
TOML
|
[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"
|