chore: update gpui and nostr sdk

This commit is contained in:
2025-06-25 20:00:05 +07:00
parent edee9305cc
commit 3c2eaabab2
14 changed files with 209 additions and 295 deletions

View File

@@ -11,16 +11,17 @@ publish = false
[workspace.dependencies]
coop = { path = "crates/*" }
# UI
# GPUI
gpui = { git = "https://github.com/zed-industries/zed" }
reqwest_client = { git = "https://github.com/zed-industries/zed" }
# Nostr
nostr = { git = "https://github.com/rust-nostr/nostr" }
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", features = ["lmdb", "nip96", "nip59", "nip49", "nip44", "nip05"] }
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", features = ["lmdb", "nip96", "nip59", "nip49", "nip44"] }
nostr-connect = { git = "https://github.com/rust-nostr/nostr" }
# Others
reqwest = { version = "0.12", features = ["stream"] }
emojis = "0.6.4"
smol = "2"
futures = "0.3"