modified: Cargo.toml

modified:   src/main.rs
This commit is contained in:
Michael Wain 2025-02-09 19:09:24 +03:00
parent de2c8bb1be
commit 9426e5fe5e
2 changed files with 5 additions and 1 deletions

View File

@ -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"

View File

@ -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() {
}
}
}
*/