Implement session persistance

This commit is contained in:
2025-12-22 19:02:42 -05:00
parent d84b83c6d5
commit 1a89906ae8
3 changed files with 36 additions and 4 deletions

View File

@@ -8,6 +8,8 @@ anyhow = "1.0.86"
ratatui = "0.27.0"
regex = "1.10.5"
shellexpand = "3.1.0"
serde = { version = "1.0", features = ["derive", "rc"] }
serde_json = "1.0"
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3", features = ["winuser", "processthreadsapi"] }