chore: revamp theme
This commit is contained in:
@@ -16,10 +16,10 @@ 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", branch = "nip46", features = ["parser"] }
|
||||
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", branch = "nip46", features = ["lmdb", "nip96", "nip59", "nip49", "nip44", "nip05"] }
|
||||
nostr-connect = { git = "https://github.com/rust-nostr/nostr", branch = "nip46" }
|
||||
nostr-keyring = { git = "https://github.com/rust-nostr/nostr", branch = "nip46" }
|
||||
nostr = { git = "https://github.com/rust-nostr/nostr", features = ["parser"] }
|
||||
nostr-sdk = { git = "https://github.com/rust-nostr/nostr", features = ["lmdb", "nip96", "nip59", "nip49", "nip44", "nip05"] }
|
||||
nostr-connect = { git = "https://github.com/rust-nostr/nostr" }
|
||||
nostr-keyring = { git = "https://github.com/rust-nostr/nostr" }
|
||||
|
||||
# Others
|
||||
emojis = "0.6.4"
|
||||
|
||||
Reference in New Issue
Block a user