feat: reduce deps of the tests crate (#1612)

* feat: reduce deps of the tests crate

* feat: reduce deps of the tests crate (2)
This commit is contained in:
Myriad-Dreamin 2025-04-01 16:42:25 +08:00 committed by GitHub
parent 64044ea514
commit 03a30f241e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 469 additions and 455 deletions

View file

@ -16,7 +16,7 @@ base64.workspace = true
bitvec.workspace = true
comemo.workspace = true
dashmap.workspace = true
ecow.workspace = true
ecow = { workspace = true, features = ["serde"] }
fxhash.workspace = true
log.workspace = true
path-clean.workspace = true