diff --git a/src/catzou/mod.rs b/src/idk/mod.rs similarity index 100% rename from src/catzou/mod.rs rename to src/idk/mod.rs diff --git a/src/main.rs b/src/main.rs index 3fde161..6a6356b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1,4 +1,4 @@ -mod catzou; +mod idk; use clap::Parser; use glob::glob; use std::io::{Read}; @@ -73,6 +73,6 @@ fn main() { for thatpath in filelist { println!("File: {:?}",thatpath); - catzou::encoder(thatpath.to_owned(), thatpath) + idk::encoder(thatpath.to_owned(), thatpath) } } \ No newline at end of file