Files
rustfs/common/common/Cargo.toml
T
Nugine c83d5e1e59 style: workspace lints (#148)
* fix: clippy error

* style: workspace lints

* test: ignore failures
2024-12-05 15:12:52 +08:00

16 lines
274 B
TOML

[package]
name = "common"
version.workspace = true
edition.workspace = true
[lints]
workspace = true
[dependencies]
async-trait.workspace = true
lazy_static.workspace = true
scopeguard = "1.2.0"
tokio.workspace = true
tonic.workspace = true
tracing-error.workspace = true