change name

This commit is contained in:
程广 2025-09-30 17:29:26 +08:00
parent 7c93a2030c
commit ca869ecc13
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -111,7 +111,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "log4r"
name = "log4rc"
version = "0.1.0"
dependencies = [
"chrono",

View File

@ -1,5 +1,5 @@
[package]
name = "log4r"
name = "log4rc"
version = "0.1.0"
edition = "2024"
authors = ["log4r contributors"]