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

* style: workspace lints

* test: ignore failures
2024-12-16 09:56:45 +08:00

14 lines
248 B
TOML

[package]
name = "workers"
edition.workspace = true
license.workspace = true
repository.workspace = true
rust-version.workspace = true
version.workspace = true
[lints]
workspace = true
[dependencies]
common.workspace = true
tokio.workspace = true