Skip to content

Commit

Permalink
fix tokio dep
Browse files Browse the repository at this point in the history
  • Loading branch information
levkk committed Oct 22, 2024
1 parent 5b25975 commit f6e9883
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions rwf/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,7 @@ tokio-postgres = { version = "0.7", features = [
"with-serde_json-1",
] }
bytes = "1"
tokio = { version = "1", features = [
"net",
"fs",
"rt",
"macros",
"rt-multi-thread",
] }
tokio = { version = "1", features = ["full"] }
thiserror = "1"
parking_lot = "0.12"
once_cell = "1"
Expand Down

0 comments on commit f6e9883

Please sign in to comment.