summaryrefslogtreecommitdiff
path: root/src/init.rs
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-04-25 19:58:55 +0200
committermo8it <mo8it@proton.me>2024-04-25 19:58:55 +0200
commit5920a58e83e1594d2a8e00ec39c82ab1d345eb3d (patch)
tree85f3ae541af5c4a6f6b73a12f3ac62eff0f2e12f /src/init.rs
parentaaea5b490fabecbd1111a6ece6446fedfc9800f3 (diff)
Include dev/Cargo.toml
Diffstat (limited to 'src/init.rs')
-rw-r--r--src/init.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.rs b/src/init.rs
index ce239ea..8a9fb36 100644
--- a/src/init.rs
+++ b/src/init.rs
@@ -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()