diff options
| author | mo8it <mo8it@proton.me> | 2024-04-04 23:16:57 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-04 23:16:57 +0200 |
| commit | 445441ce25ec8658bcdec6b2038d17e893a5903f (patch) | |
| tree | b930469e506939e69409587c778a0fc788f73728 /dev/Cargo.toml | |
| parent | 34375b2ebfbdb0b6504a56c82635c8c9d3d6ce59 (diff) | |
Make gen-dev-cargo-toml a separate package
so that `cargo install` only installs `rustlings`
Diffstat (limited to 'dev/Cargo.toml')
| -rw-r--r-- | dev/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/Cargo.toml b/dev/Cargo.toml index 7868b97..ed9b3ed 100644 --- a/dev/Cargo.toml +++ b/dev/Cargo.toml @@ -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" }, |
