fix android build

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-08-21 07:48:56 +03:00
parent cf14c6dfd2
commit 4ff30304e1
2 changed files with 5 additions and 7 deletions

View File

@@ -10,8 +10,8 @@ ewebsock = { version = "0.2.0", features = ["tls"] }
serde_derive = "1"
serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
serde_json = "1.0.89"
nostrdb = { workspace = true }
nostr = { version = "0.30.0" }
nostrdb = { git = "https://github.com/damus-io/nostrdb-rs", rev = "4c89dcbca13168758eb41752225b4e486dbc9d20" }
hex = "0.4.3"
tracing = "0.1.40"
env_logger = "0.11.1"