generated from pure_sagacity/rust-starter
added gitignore for result for nix
tried to build the nix fixed it as well
This commit is contained in:
@@ -4,9 +4,8 @@ use clap::Parser;
|
||||
use clap::crate_version;
|
||||
use cli::Cli;
|
||||
use colored::*;
|
||||
use git_version::git_version;
|
||||
|
||||
const GIT_VERSION: &str = git_version!();
|
||||
const GIT_VERSION: &str = env!("GIT_VERSION");
|
||||
|
||||
fn main() {
|
||||
let cli = Cli::parse();
|
||||
|
||||
Reference in New Issue
Block a user