[[bin]]
name = "roga"
path = "src/main.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.colored]
version = "3.0.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[lib]
name = "roga"
path = "src/lib.rs"
[package]
authors = ["Arimura Sena <me@hotaru.icu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A Fast, beautiful, lightweight, and flexible logging library for Rust"
edition = "2021"
keywords = ["logger", "log", "record"]
license = "GPL-3.0-only"
name = "roga"
readme = "README.md"
repository = "https://github.com/BIYUEHU/romi-blog/tree/main/library/roga"
version = "1.0.0"