summaryrefslogtreecommitdiff
path: root/src/init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/init.rs')
-rw-r--r--src/init.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/init.rs b/src/init.rs
index aecb2d8..332bf52 100644
--- a/src/init.rs
+++ b/src/init.rs
@@ -13,8 +13,8 @@ use std::{
};
use crate::{
- cargo_toml::updated_cargo_toml, embedded::EMBEDDED_FILES, info_file::InfoFile,
- term::press_enter_prompt,
+ cargo_toml::updated_cargo_toml, embedded::EMBEDDED_FILES, exercise::RunnableExercise,
+ info_file::InfoFile, term::press_enter_prompt,
};
#[derive(Deserialize)]