treefmt v2.5.0traversed 332 files emitted 263 files for processing formatted 263 files (1 changed) in 2.456s M harmonia-store-gc/Cargo.toml diff --git a/harmonia-store-gc/Cargo.toml b/harmonia-store-gc/Cargo.toml index ddd1928..e56d8c0 100644 --- a/harmonia-store-gc/Cargo.toml +++ b/harmonia-store-gc/Cargo.toml @@ -12,11 +12,11 @@ repository.workspace = true description = "Garbage collection for the Nix store" [dependencies] -memchr = { workspace = true } foldhash = { workspace = true } harmonia-store-db = { workspace = true } harmonia-store-fs = { workspace = true } harmonia-store-path = { workspace = true } +memchr = { workspace = true } nix = { workspace = true } thiserror = { workspace = true } tracing = { workspace = true }