rustlings/tests/test_exercises/dev/Cargo.toml

12 lines
378 B
TOML
Raw Normal View History

2024-08-01 20:17:40 +03:00
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