mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
add format checker to .toml (#13968)
Co-authored-by: Matthias Seitz <matthias.seitz@outlook.de>
This commit is contained in:
@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user