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