We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef47b3d commit 5c6c198Copy full SHA for 5c6c198
Cargo.toml
@@ -5,15 +5,17 @@ edition = "2021"
5
authors = ["seeker"]
6
description = "An extension tool of mysql-audit, which provides functions such as log rotation and log cleaning."
7
license = "MIT"
8
+documentation = "https://docs.rs/crate/mysql-audit-extend/0.1.0"
9
+repository = "https://gitee.com/seeker_rs/mysql-audit-extend"
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
12
13
[dependencies]
14
daemonize = "0.4.1"
15
users = "0.11.0"
-rcron = "1.1.3"
16
+rcron = "1.2.1"
17
clap = { version = "3.2.16", features = ["derive"] }
-anyhow = "1.0.60"
18
+anyhow = "1.0.61"
19
chrono = "0.4.21"
20
rust_decimal = "1.25.0"
21
log = "0.4.14"
0 commit comments