[package] name = "xan-log" version = "0.1.1" edition = "2021" authors = ["Xanthorrhizol "] description = "My personal logger" repository = "https://github.com/Xanthorrhizol/xan-log" readme = "README.md" license = "MIT" keywords = ["log", "logger", "json"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = "0.4.31" log = { version = "0.4.20", features = ["std"] } serde_json = "1.0.107"