Implement read-only vault domains (#6)

This commit is contained in:
Hermes Agent
2026-08-09 22:22:21 +00:00
parent 34ce731716
commit dca07b7fbd
9 changed files with 1039 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ iced = "0.14"
ironstorage = { path = "crates/storage" }
pgp = { version = "0.20", default-features = false }
rand = "0.8"
regex = "1.13"
ratatui = { version = "0.30", default-features = false, features = ["crossterm_0_29", "layout-cache", "macros", "underline-color"] }
serde = { version = "1", features = ["derive"] }
shlex = "1.3"