mirror of
https://github.com/notohh/rustlings.git
synced 2024-10-31 17:19:12 -04:00
12 lines
188 B
TOML
12 lines
188 B
TOML
[package]
|
|
name = "success"
|
|
edition = "2021"
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "compSuccess"
|
|
path = "exercises/compSuccess.rs"
|
|
|
|
[[bin]]
|
|
name = "testSuccess"
|
|
path = "exercises/testSuccess.rs"
|