1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2026-06-19 22:58:50 +02:00

Make gen-dev-cargo-toml a separate package

so that `cargo install` only installs `rustlings`
This commit is contained in:
mo8it
2024-04-04 23:16:57 +02:00
parent 34375b2ebf
commit 445441ce25
6 changed files with 36 additions and 9 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
# 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`.
# This file is a hack to allow using `cargo run` to test `rustlings` during development.
# You shouldn't edit it manually. It is created and updated by running `cargo run -p gen-dev-cargo-toml`.
bin = [
{ name = "intro1", path = "../exercises/00_intro/intro1.rs" },