mirror of
https://git.aramjonghu.dev/AramJonghu/rustlings.git
synced 2026-09-01 07:53:30 +02:00
Make gen-dev-cargo-toml a separate package
so that `cargo install` only installs `rustlings`
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// Makes sure that `dev/Cargo.toml` is synced with `info.toml`.
|
||||
// When this test fails, you just need to run `cargo run --bin gen-dev-cargo-toml`.
|
||||
// When this test fails, you just need to run `cargo run -p gen-dev-cargo-toml`.
|
||||
|
||||
use serde::Deserialize;
|
||||
use std::fs;
|
||||
|
||||
Reference in New Issue
Block a user