mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
cli_helpers: use anyhow in app fn; aquatic_ws: reorganize error handling
This commit is contained in:
parent
1efe6f96c5
commit
526faa9aab
13 changed files with 134 additions and 93 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -33,6 +33,7 @@ dependencies = [
|
|||
name = "aquatic_udp"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
"bittorrent_udp",
|
||||
"cli_helpers",
|
||||
|
|
@ -55,6 +56,7 @@ dependencies = [
|
|||
name = "aquatic_udp_bench"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_udp",
|
||||
"bittorrent_udp",
|
||||
"cli_helpers",
|
||||
|
|
@ -72,6 +74,7 @@ dependencies = [
|
|||
name = "aquatic_udp_load_test"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"bittorrent_udp",
|
||||
"cli_helpers",
|
||||
"crossbeam-channel",
|
||||
|
|
@ -91,6 +94,7 @@ dependencies = [
|
|||
name = "aquatic_ws"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"anyhow",
|
||||
"aquatic_common",
|
||||
"cli_helpers",
|
||||
"either",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue