Compare commits
2 Commits
7c93a2030c
...
79b05f91a8
| Author | SHA1 | Date |
|---|---|---|
|
|
79b05f91a8 | |
|
|
ca869ecc13 |
|
|
@ -111,8 +111,8 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "log4r"
|
name = "log4rc"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"chrono",
|
"chrono",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
[package]
|
[package]
|
||||||
name = "log4r"
|
name = "log4rc"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
authors = ["log4r contributors"]
|
authors = ["log4r contributors"]
|
||||||
description = "A log4j-like logging framework for Rust"
|
description = "A log4j-like logging framework for Rust"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://git.kingecg.top/kingecg/log4r.git"
|
repository = "https://git.kingecg.top/kingecg/log4r.git"
|
||||||
homepage = "https://git.kingecg.top/kingecg/log4r.git"
|
homepage = "https://git.kingecg.top/kingecg/log4r.git"
|
||||||
documentation = "https://docs.rs/log4r"
|
documentation = "https://docs.rs/log4rc"
|
||||||
keywords = ["logging", "log4j", "log"]
|
keywords = ["logging", "log4j", "log"]
|
||||||
categories = ["development-tools::debugging"]
|
categories = ["development-tools::debugging"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue