mirror of
https://github.com/zhom/banderole.git
synced 2026-05-13 12:54:44 +02:00
refactor: move template into src
This commit is contained in:
@@ -13,9 +13,9 @@ impl EmbeddedTemplate {
|
||||
/// Get the embedded template files
|
||||
pub fn new() -> Self {
|
||||
Self {
|
||||
cargo_toml: include_str!("../template/Cargo.toml"),
|
||||
build_rs: include_str!("../template/build.rs"),
|
||||
main_rs: include_str!("../template/src/main.rs"),
|
||||
cargo_toml: include_str!("./template/crg.toml"),
|
||||
build_rs: include_str!("./template/build.rs"),
|
||||
main_rs: include_str!("./template/src/main.rs"),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user