Use config file to store sessions

This commit is contained in:
bytedream 2023-07-13 13:51:02 +02:00
parent 9ad27102fc
commit 850aa7a969
8 changed files with 177 additions and 47 deletions

View file

@ -27,6 +27,7 @@ serde_json = "1.0"
serde_plain = "1.0"
shlex = "1.1"
tempfile = "3.6"
toml = { version = "0.7", features = ["display", "parse", "preserve_order"] }
tokio = { version = "1.29", features = ["macros", "rt-multi-thread", "time"] }
sys-locale = "0.3"