Skip to content

Commit 5c6c198

Browse files
author
chenjunliang
committed
文档仓库信息
1 parent ef47b3d commit 5c6c198

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,17 @@ edition = "2021"
55
authors = ["seeker"]
66
description = "An extension tool of mysql-audit, which provides functions such as log rotation and log cleaning."
77
license = "MIT"
8+
documentation = "https://docs.rs/crate/mysql-audit-extend/0.1.0"
9+
repository = "https://gitee.com/seeker_rs/mysql-audit-extend"
810

911
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1012

1113
[dependencies]
1214
daemonize = "0.4.1"
1315
users = "0.11.0"
14-
rcron = "1.1.3"
16+
rcron = "1.2.1"
1517
clap = { version = "3.2.16", features = ["derive"] }
16-
anyhow = "1.0.60"
18+
anyhow = "1.0.61"
1719
chrono = "0.4.21"
1820
rust_decimal = "1.25.0"
1921
log = "0.4.14"

0 commit comments

Comments
 (0)