chore(manifests): sort Cargo.toml dependencies

This commit is contained in:
2026-07-11 22:10:48 -04:00
parent ca7c035ea5
commit 039f8d808d
8 changed files with 36 additions and 36 deletions

View File

@@ -10,9 +10,9 @@ categories.workspace = true
description = "Shared types and config for the notfiles dotfiles manager"
[dependencies]
serde = { workspace = true }
toml = { workspace = true }
thiserror = { workspace = true }
dirs = { workspace = true }
strsim = { workspace = true }
anyhow = { workspace = true }
dirs = { workspace = true }
serde = { workspace = true }
strsim = { workspace = true }
thiserror = { workspace = true }
toml = { workspace = true }