diff --git a/Cargo.toml b/Cargo.toml index 077f818..a43aa05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,9 @@ version = "0.1.0" edition = "2021" authors = ["alterwain"] +[lib] +crate-type = ["staticlib", "cdylib", "lib"] + [dependencies] env_logger = "0.9" log = "0.4.20" diff --git a/src/main.rs b/src/main.rs index 27cd901..9b3db72 100644 --- a/src/main.rs +++ b/src/main.rs @@ -14,7 +14,7 @@ mod serializer; crate-type = ["staticlib", "cdylib", "lib"] */ -fn main() { +/*fn main() { // Initialize the logger with 'info' as the default level Builder::new() @@ -99,3 +99,4 @@ fn main() { } } } +*/ \ No newline at end of file