store config in database, macro for state access

This commit is contained in:
Joseph Montanaro
2022-12-22 16:36:32 -08:00
parent 398916fe10
commit 61d674199f
10 changed files with 144 additions and 38 deletions

5
src-tauri/Cargo.lock generated
View File

@ -73,6 +73,7 @@ dependencies = [
"aws-smithy-types",
"aws-types",
"netstat2",
"once_cell",
"serde",
"serde_json",
"sodiumoxide",
@ -2337,9 +2338,9 @@ dependencies = [
[[package]]
name = "once_cell"
version = "1.13.0"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "open"