1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-06-15 00:04:58 +02:00

Include dev/Cargo.toml

This commit is contained in:
mo8it
2024-04-25 19:58:55 +02:00
parent aaea5b490f
commit 5920a58e83
5 changed files with 11 additions and 8 deletions

View File

@ -31,7 +31,7 @@ pub fn init() -> Result<()> {
.init_exercises_dir(&info_file.exercises)
.context("Failed to initialize the `rustlings/exercises` directory")?;
let current_cargo_toml = include_str!("../dev/Cargo.toml");
let current_cargo_toml = include_str!("../dev-Cargo.toml");
// Skip the first line (comment).
let newline_ind = current_cargo_toml
.as_bytes()