diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1de5659 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +target \ No newline at end of file diff --git a/src/main.rs b/src/main.rs index 6ad6121..716bde5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -2,7 +2,7 @@ use clap::{Arg, App, SubCommand}; -mod output/efixme; +mod output { mod efixme; } fn main() { efixme::run("ping"); diff --git a/target/debug/deps/main_bin-252d525e42424b11.d b/target/debug/deps/main_bin-252d525e42424b11.d index 7661390..4c56f0a 100644 --- a/target/debug/deps/main_bin-252d525e42424b11.d +++ b/target/debug/deps/main_bin-252d525e42424b11.d @@ -1,5 +1,6 @@ -/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11: main.rs +/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11: main.rs output/efixme.rs -/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11.d: main.rs +/workspace/RXT0112/target/debug/deps/main_bin-252d525e42424b11.d: main.rs output/efixme.rs main.rs: +output/efixme.rs: