blob: 9f855147f796ea52dfb2e12471d2c03ce60e18d8 (
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.2.3"
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
xpcom = { path = "../../../../xpcom/rust/xpcom" }
|