adds saving and loading history to and from disk
This commit is contained in:
@@ -11,7 +11,7 @@ log = "0.4.22"
|
||||
prost = "0.13.3"
|
||||
rand = "0.8.5"
|
||||
tonic = { version = "0.12.3" }
|
||||
tokio = { version = "1.40.0", features = ["rt-multi-thread", "signal"] }
|
||||
tokio = { version = "1.40.0", features = ["rt-multi-thread", "signal", "fs"] }
|
||||
chrono = "0.4.38"
|
||||
actix-web = "4.9.0"
|
||||
actix-ws = "0.3.0"
|
||||
@@ -23,7 +23,6 @@ papaya = "0.1.7"
|
||||
thiserror = "2.0.9"
|
||||
derive_more = { version = "1.0.0", features = ["from"] }
|
||||
anyhow = "1.0.95"
|
||||
uuid = { version = "1.11.0", features = ["v4"] }
|
||||
|
||||
[build-dependencies]
|
||||
tonic-build = "0.12.3"
|
||||
|
||||
Reference in New Issue
Block a user