diff --git a/src/utils/create_project.rs b/src/utils/create_project.rs index bb16daf..41f929f 100644 --- a/src/utils/create_project.rs +++ b/src/utils/create_project.rs @@ -1,5 +1,5 @@ use anyhow::{Context, Result}; -use handlebars::{template, Handlebars}; +use handlebars::Handlebars; use rust_i18n::t; use serde_json::json; use std::{