Skip to content

Commit

Permalink
Merge pull request #79 from opeolluwa/77-make-the-application-modular
Browse files Browse the repository at this point in the history
77 make the application modular
  • Loading branch information
opeolluwa authored Sep 30, 2024
2 parents 91d1a6b + 66ad1dc commit f977bb9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "utils_cli"
version = "0.1.0"
version = "1.0.0"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion cli/src/constants.rs
Original file line number Diff line number Diff line change
@@ -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 = {
Expand Down

0 comments on commit f977bb9

Please sign in to comment.