зеркало из https://github.com/mozilla/gecko-dev.git
9 строки
225 B
TOML
9 строки
225 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" }
|