mirror of
https://github.com/robcholz/vibebox.git
synced 2026-08-27 19:50:26 +02:00
feat: added session manager
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user