mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-02 00:13:30 +02: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"
|