Skip to content

Commit

Permalink
feat(h2mux): draft up
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowee committed Jul 9, 2023
1 parent e17923e commit 5d7f0ca
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions h2mux/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[package]
name = "h2mux"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytes = "1.4.0"
h2 = "0.3"
http = "0.2.9"
tokio = "1.29"

0 comments on commit 5d7f0ca

Please sign in to comment.