adds saving and loading history to and from disk

This commit is contained in:
2025-01-01 10:08:50 -05:00
parent dfd524ba19
commit 9136c5fd71
15 changed files with 602 additions and 146 deletions

10
Cargo.lock generated
View File

@@ -1512,7 +1512,6 @@ dependencies = [
"tokio-util",
"tonic",
"tonic-build",
"uuid",
]
[[package]]
@@ -1899,15 +1898,6 @@ dependencies = [
"percent-encoding",
]
[[package]]
name = "uuid"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
dependencies = [
"getrandom",
]
[[package]]
name = "version_check"
version = "0.9.5"