16 lines
458 B
TOML
16 lines
458 B
TOML
[package]
|
|
name = "log4rc"
|
|
version = "0.1.2"
|
|
edition = "2024"
|
|
authors = ["log4r contributors"]
|
|
description = "A log4j-like logging framework for Rust"
|
|
license = "MIT"
|
|
repository = "https://git.kingecg.top/kingecg/log4r.git"
|
|
homepage = "https://git.kingecg.top/kingecg/log4r.git"
|
|
documentation = "https://docs.rs/log4rc"
|
|
keywords = ["logging", "log4j", "log"]
|
|
categories = ["development-tools::debugging"]
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
chrono = "0.4.42" |