Skip to content

Commit

Permalink
nostrdb_net: add tokio feature
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 19, 2024
1 parent bca28aa commit a2aa026
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions nostrdb_net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ hex = { workspace = true }
tracing = { workspace = true }
thiserror = { workspace = true }
url = { workspace = true }

[features]
tokio = ["ewebsock/tokio"]

0 comments on commit a2aa026

Please sign in to comment.