refactor(rust-port): remove unused once-cell crate (#58)

refactor(rust-port): remove unused `once-cell` crate
This commit is contained in:
rUv 2026-03-01 02:36:51 -05:00 committed by GitHub
commit 5124a07965
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 374 additions and 202 deletions

File diff suppressed because it is too large Load diff

View file

@ -47,7 +47,6 @@ tokio = { workspace = true, features = ["sync", "rt"] }
# Additional utilities
parking_lot = "0.12"
once_cell = "1.19"
memmap2 = "0.9"
[dev-dependencies]