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

@@ -7,9 +7,9 @@ description = "Tailscale network presence management for notstrap"
[dependencies]
anyhow = { workspace = true }
thiserror = { workspace = true }
rpassword = { workspace = true }
serde = { workspace = true }
thiserror = { workspace = true }
yubikey = { version = "0.8", optional = true }
[features]