fix: remove surrealdb and clean up

This commit is contained in:
2024-02-05 07:46:41 +07:00
parent 3ba870be4b
commit 7bd6f6a8db
7 changed files with 11 additions and 1650 deletions

View File

@@ -11,9 +11,7 @@ rust-version = "1.70"
tauri-build = { version = "2.0.0-alpha", features = [] }
[dependencies]
nostr = "0.27"
nostr-sdk = "0.27"
nostr-sqlite = "0.27"
nostr-sdk = { version = "0.27", features = ["sqlite"] }
tokio = { version = "1", features = ["full"] }
serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
@@ -39,7 +37,6 @@ 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"