add format checker to .toml (#13968)

Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
georgehao
2025-01-28 20:20:58 +08:00
committed by GitHub
parent 22c1de501b
commit 2e4376f359
91 changed files with 833 additions and 933 deletions

View File

@ -12,7 +12,6 @@ description = "Task management"
workspace = true
[dependencies]
# async
tokio = { workspace = true, features = ["sync", "rt"] }
tracing-futures.workspace = true
@ -26,7 +25,7 @@ metrics.workspace = true
auto_impl.workspace = true
tracing.workspace = true
thiserror.workspace = true
dyn-clone.workspace = true
dyn-clone.workspace = true
# feature `rayon`
rayon = { workspace = true, optional = true }