deps: remove reqwest
This was preventing us from building on windows amd Closes: https://github.com/damus-io/notedeck/pull/567 Signed-off-by: kernelkind <kernelkind@gmail.com> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
William Casarin
parent
4bfa26fd8c
commit
13a406b9cd
@@ -11,6 +11,7 @@ serde_derive = "1"
|
||||
serde = { version = "1", features = ["derive"] } # You only need this if you want app persistence
|
||||
serde_json = { workspace = true }
|
||||
nostr = { workspace = true }
|
||||
bech32 = { workspace = true }
|
||||
nostrdb = { workspace = true }
|
||||
hex = { workspace = true }
|
||||
tracing = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user