summaryrefslogtreecommitdiffstats
path: root/netwerk/protocol/http/binary_http/Cargo.toml
blob: 97db55bc3342fb97c76f00c4d2b8d154b1f7ea82 (plain)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "binary_http"
version = "0.1.0"
edition = "2021"

[dependencies]
nserror = { path = "../../../../xpcom/rust/nserror" }
nsstring = { path = "../../../../xpcom/rust/nsstring" }
bhttp = "0.3"
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
xpcom = { path = "../../../../xpcom/rust/xpcom" }