mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-03 16:53:30 +02:00
Add comments about dev/Cargo.toml
This commit is contained in:
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user