diff options
| author | mo8it <mo8it@proton.me> | 2024-08-28 01:10:19 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-08-28 01:10:19 +0200 |
| commit | 5556d42b46e3bfe281343d69da588378c728c089 (patch) | |
| tree | 66583d0250efb3e4532141e457bff2a3b5d9d325 /src/init.rs | |
| parent | 7d2bc1c7a4333de5460cb86a8dca5e5ecad2a643 (diff) | |
Use sol_path
Diffstat (limited to 'src/init.rs')
| -rw-r--r-- | src/init.rs | 4 |
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)] |
