summaryrefslogtreecommitdiffstats
path: root/netwerk/base/rust-helper/Cargo.toml
blob: 370d42018271e5710875172eb6fec77ffc25f328 (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "netwerk_helper"
version = "0.0.1"
authors = ["Jeff Hemphill <jthemphill@mozilla.com>"]
license = "MPL-2.0"

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