feat: add surreal db

This commit is contained in:
2024-02-03 11:24:08 +07:00
parent a3a8f57bfc
commit bd2b6a3759
6 changed files with 1643 additions and 11 deletions

View File

@@ -39,6 +39,7 @@ tauri-plugin-upload = "2.0.0-alpha"
tauri-plugin-window-state = "2.0.0-alpha"
tauri-plugin-theme = { git = "https://github.com/wyhaya/tauri-plugin-theme" }
webpage = { version = "2.0", features = ["serde"] }
surrealdb = { version = "1.1.1", features = ["kv-rocksdb"] }
[target.'cfg(not(target_os = "linux"))'.dependencies]
keyring = "2"