remove duplicate filter types
only use nostrdb::Filter Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -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"
|
||||
tracing = "0.1.37"
|
||||
nostrdb = { workspace = true }
|
||||
nostr = { version = "0.30.0" }
|
||||
hex = "0.4.3"
|
||||
log = "0.4.20"
|
||||
tracing = "0.1.40"
|
||||
env_logger = "0.11.1"
|
||||
|
||||
Reference in New Issue
Block a user