Skip to content

Commit

Permalink
refactor: accept streams via separate method
Browse files Browse the repository at this point in the history
  • Loading branch information
b-zee authored and bochaco committed Dec 12, 2022
1 parent 092ce6b commit 19702f0
Show file tree
Hide file tree
Showing 4 changed files with 194 additions and 301 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ tokio = { version = "1.12.0", features = ["sync"] }
tracing = "~0.1.26"
rustls = { version = "0.20.2", default-features = false, features = ["quic", "dangerous_configuration"] }
structopt = {version = "0.3.25", optional = true}
tokio-stream = "0.1.11"

[dev-dependencies]
color-eyre = "0.5.11"
Expand Down
Loading

0 comments on commit 19702f0

Please sign in to comment.