feat: added session manager

This commit is contained in:
robcholz
2026-02-05 21:26:31 -05:00
parent 07ea478716
commit e5be12d8b7
5 changed files with 922 additions and 0 deletions
+6
View File
@@ -21,3 +21,9 @@ block2 = "*"
dispatch2 = "*"
libc = "*"
lexopt = "0.3"
serde = { version = "1", features = ["derive"] }
tempfile = "3"
thiserror = "2.0.18"
time = { version = "0.3", features = ["serde", "formatting", "parsing"] }
toml = "0.9.8"
uuid = { version = "1", features = ["v7", "serde"] }