Files
rustfs/crates/event-notifier/Cargo.toml
T
2025-04-19 02:20:50 +08:00

22 lines
497 B
TOML

[package]
name = "rustfs-event-notifier"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[dependencies]
async-trait = { workspace = true }
parking_lot = { workspace = true }
reqwest = { workspace = true }
serde = { workspace = true }
tokio = { workspace = true, features = ["full"] }
thiserror = { workspace = true }
wildmatch = { workspace = true }
serde_json = { workspace = true }
[lints]
workspace = true