g3/lib/g3-h2/Cargo.toml
2023-05-05 11:05:04 +08:00

16 lines
374 B
TOML

[package]
name = "g3-h2"
version = "0.1.0"
license.workspace = true
edition.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror.workspace = true
bytes.workspace = true
h2.workspace = true
http.workspace = true
tokio.workspace = true
g3-http.workspace = true
g3-io-ext.workspace = true