mirror of
https://github.com/rust-lang/rustlings
synced 2024-11-10 13:10:40 +00:00
13 lines
188 B
TOML
13 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"
|