Skip to content

Commit

Permalink
Switch some functions in net-utils to tokio
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Pyattaev committed Jan 17, 2025
1 parent de6b198 commit 572d5ea
Show file tree
Hide file tree
Showing 5 changed files with 188 additions and 102 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions net-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ license = { workspace = true }
edition = { workspace = true }

[dependencies]
anyhow = { workspace = true }
bincode = { workspace = true }
bytes = { workspace = true }
clap = { version = "3.1.5", features = ["cargo"], optional = true }
crossbeam-channel = { workspace = true }
log = { workspace = true }
Expand Down
Loading

0 comments on commit 572d5ea

Please sign in to comment.