diff --git a/.cargo/config b/.cargo/config deleted file mode 100644 index fd3d500..0000000 --- a/.cargo/config +++ /dev/null @@ -1,2 +0,0 @@ -[term] -quiet = true \ No newline at end of file diff --git a/Cargo.toml b/Cargo.toml index 2c5171c..b25a7bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,3 +12,6 @@ fs_extra = "1.3.0" path-clean = "1" rand = "0.8.5" libaes = "0.7.0" + +[term] +quiet = true \ No newline at end of file diff --git a/src/compiler.rs b/src/compiler.rs index 32984e1..af3f07c 100644 --- a/src/compiler.rs +++ b/src/compiler.rs @@ -12,11 +12,13 @@ fn compiler(path_to_cargo_project: &mut PathBuf) -> Result<(), Box