Fix the generated Cargo.toml after rustlings init

This commit is contained in:
mo8it
2024-04-21 20:22:01 +02:00
parent 49e4a1fab0
commit 642c3bd37e
6 changed files with 91 additions and 66 deletions
+1
View File
@@ -14,6 +14,7 @@ use std::{
use self::{app_state::AppState, dev::DevCommands, info_file::InfoFile, watch::WatchExit};
mod app_state;
mod cargo_toml;
mod dev;
mod embedded;
mod exercise;