chore: move crs_template.txt to resources/

This commit is contained in:
2020-07-25 21:44:01 +08:00
parent f5b1f79c32
commit 780449e352
2 changed files with 1 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ use clap::{ Arg, ArgMatches, SubCommand, App };
use crate::{ success, warning };
use crate::cmd::{ Command, CommandError };
const CRS_TEMPLATE: &[u8] = include_bytes!("../crs_template.txt");
const CRS_TEMPLATE: &[u8] = include_bytes!("../resources/crs_template.txt");
pub struct CommandNew;