Define configuration and CLI contracts (#2)

This commit is contained in:
Hermes Agent
2026-08-09 21:22:31 +00:00
parent 41e56367bd
commit 2dff2d5254
12 changed files with 2927 additions and 12 deletions

View File

@@ -19,4 +19,8 @@ crossterm = "0.29"
iced = "0.14"
ironstorage = { path = "crates/storage" }
ratatui = { version = "0.30", default-features = false, features = ["crossterm_0_29", "layout-cache", "macros", "underline-color"] }
serde = { version = "1", features = ["derive"] }
shlex = "1.3"
toml = "0.9"
uniffi = "0.32"
url = { version = "2.5", default-features = false }