remove keystore
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m46s
Rust / build (macos-latest, stable) (push) Has been cancelled
Rust / build (windows-latest, stable) (push) Has been cancelled

This commit is contained in:
2026-02-21 07:54:09 +07:00
parent 4c0beb2a2a
commit bc588114c4
6 changed files with 0 additions and 345 deletions

17
Cargo.lock generated
View File

@@ -1321,7 +1321,6 @@ dependencies = [
"gpui_windows",
"indexset",
"itertools 0.13.0",
"key_store",
"log",
"nostr-connect",
"nostr-sdk",
@@ -3509,22 +3508,6 @@ dependencies = [
"wasm-bindgen",
]
[[package]]
name = "key_store"
version = "0.3.0"
dependencies = [
"anyhow",
"common",
"futures",
"gpui",
"log",
"nostr-sdk",
"serde",
"serde_json",
"smallvec",
"smol",
]
[[package]]
name = "khronos-egl"
version = "6.0.0"