Add comments about dev/Cargo.toml

This commit is contained in:
mo8it
2024-04-01 18:52:43 +02:00
parent def8d2c569
commit 190945352a
2 changed files with 13 additions and 1 deletions
+3
View File
@@ -1,3 +1,6 @@
# This file is a hack to allow using `cargo r` to test `rustlings` during development.
# You shouldn't edit it manually. It is created and updated by running `cargo run --bin gen-dev-cargo-toml`.
bin = [
{ name = "intro1", path = "../exercises/00_intro/intro1.rs" },
{ name = "intro2", path = "../exercises/00_intro/intro2.rs" },