зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
283 B
TOML
9 строки
283 B
TOML
[package]
|
|
name = "netwerk_helper"
|
|
version = "0.0.1"
|
|
authors = ["Jeff Hemphill <jthemphill@mozilla.com>"]
|
|
|
|
[dependencies]
|
|
nserror = { path = "../../../xpcom/rust/nserror" }
|
|
nsstring = { path = "../../../xpcom/rust/nsstring" }
|
|
thin-vec = { version = "0.2.1", features = ["gecko-ffi"] } |