[package] name = "logstr" version = "0.1.7" edition = "2021" authors = ["bili:çŽİ电脑的 "] description = "Simple,Log saving" repository = "https://gitee.com/w-8/logstr" license = "MIT OR Apache-2.0" license-file = "LICENSE" keywords = ["log","logging","loger"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.26" log = { version = "0.4.20", features = ["std"] }