mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-28 00:58:59 +00:00
c83d5e1e59
* fix: clippy error * style: workspace lints * test: ignore failures
16 lines
274 B
TOML
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
|