Argh
This commit is contained in:
parent
51c76921a0
commit
bb7d09d1ef
6 changed files with 297 additions and 98 deletions
|
@ -23,9 +23,10 @@ tauri-plugin-opener = "2"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
rusqlite = {version = "^0.33", features = ["backup", "bundled"] }
|
||||
rand = {version = "^0.9"}
|
||||
rand = {version = "^0.8"}
|
||||
chrono = {version = "^0.4"}
|
||||
tokio = {version = "^1.43"}
|
||||
tauri-plugin-fs = "2"
|
||||
tauri-plugin-fs = {version = "2"}
|
||||
curl = {version = "^0.4"}
|
||||
openssl = {version = "^0.10", features = ["vendored"] }
|
||||
ring-compat = {version = "^0.8", features = ["signature", "rand_core"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue