[package] name = "rust-logger" version = "0.1.0" edition = "2021" authors = ["Sans-Atout "] description = "A rust logging library" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # Example of customizing the library in Cargo.toml. [lib] path = "src/libs.rs" crate-type = ["lib"] bench = false [dependencies] termion = "1.5.6" chrono = "0.4" try-catch = "0.2.2"