Compare commits
No commits in common. "79b05f91a83b0869d3e2065587cdb758938d4742" and "7c93a2030c3ec177612d7794f36afaabea9a68f1" have entirely different histories.
79b05f91a8
...
7c93a2030c
|
|
@ -111,8 +111,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
||||
|
||||
[[package]]
|
||||
name = "log4rc"
|
||||
version = "0.1.1"
|
||||
name = "log4r"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"chrono",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
[package]
|
||||
name = "log4rc"
|
||||
version = "0.1.1"
|
||||
name = "log4r"
|
||||
version = "0.1.0"
|
||||
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"
|
||||
documentation = "https://docs.rs/log4r"
|
||||
keywords = ["logging", "log4j", "log"]
|
||||
categories = ["development-tools::debugging"]
|
||||
readme = "README.md"
|
||||
|
|
|
|||
Loading…
Reference in New Issue