swarm-secret-client: derive Kind's segment strings via strum instead of a hand-written match

This commit is contained in:
damocles 2026-09-11 20:41:52 +02:00
commit 0d6c003fa8
4 changed files with 41 additions and 9 deletions

View file

@ -13,6 +13,7 @@ reqwest.workspace = true
rustify.workspace = true
rustify_derive.workspace = true
serde.workspace = true
strum.workspace = true
thiserror.workspace = true
vaultrs.workspace = true