1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-12-01 22:51:45 +02:00

Fix the generated Cargo.toml after rustlings init

This commit is contained in:
mo8it
2024-04-21 20:22:01 +02:00
parent 49e4a1fab0
commit 642c3bd37e
6 changed files with 91 additions and 66 deletions

View File

@@ -1,4 +1,4 @@
# Don't edit the `bin` list manually! It is updated by `cargo run -- dev update`
# Don't edit the `bin` list manually! It is updated by `cargo run -- dev update`. This comment line will be stripped in `rustlings init`.
bin = [
{ name = "intro1", path = "../exercises/00_intro/intro1.rs" },
{ name = "intro2", path = "../exercises/00_intro/intro2.rs" },