mirror of
https://github.com/notohh/rustlings.git
synced 2024-11-23 06:02:23 -05:00
12 lines
378 B
TOML
12 lines
378 B
TOML
|
bin = [
|
||
|
{ name = "compilation_success", path = "../exercises/compilation_success.rs" },
|
||
|
{ name = "compilation_failure", path = "../exercises/compilation_failure.rs" },
|
||
|
{ name = "test_success", path = "../exercises/test_success.rs" },
|
||
|
{ name = "test_failure", path = "../exercises/test_failure.rs" },
|
||
|
]
|
||
|
|
||
|
[package]
|
||
|
name = "test_exercises"
|
||
|
edition = "2021"
|
||
|
publish = false
|