From 2411156802314a434b8cb829951141e882ef696d Mon Sep 17 00:00:00 2001 From: Adeoye Adefemi Date: Mon, 30 Sep 2024 12:35:06 +0100 Subject: [PATCH] fixes --- cli/src/constants.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/src/constants.rs b/cli/src/constants.rs index 386d9f3..4797937 100644 --- a/cli/src/constants.rs +++ b/cli/src/constants.rs @@ -1,6 +1,6 @@ use include_dir::{include_dir, Dir}; -pub const SOURCE_DIR: Dir = include_dir!("templates"); +pub const SOURCE_DIR: Dir = include_dir!("$CARGO_MANIFEST_DIR/templates"); lazy_static::lazy_static! { pub static ref DB_URL: std::string::String = {