android: Undo the workspace stuff because android builds don't like

This commit is contained in:
Ken Sedgwick
2024-12-03 12:18:52 -08:00
parent 32caaee642
commit e31ce5d879
2 changed files with 2 additions and 8 deletions

View File

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