diff --git a/src/lib.rs b/src/lib.rs index a006e31..1a2d6e3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -mod meta_type { +pub mod meta_type { pub enum Type { Title, Artist, @@ -9,7 +9,7 @@ mod meta_type { } } -mod meta_nouveaou { +pub mod meta_nouveaou { use super::*; pub fn get_meta(t: meta_type::Type, filepath: &String) -> Result {