зеркало из https://github.com/mozilla/gecko-dev.git
11 строки
284 B
TOML
11 строки
284 B
TOML
[package]
|
|
name = "mozurl"
|
|
version = "0.0.1"
|
|
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
|
|
|
[dependencies]
|
|
url = "1.5.1"
|
|
nsstring = { path = "../../../servo/support/gecko/nsstring" }
|
|
nserror = { path = "../../../xpcom/rust/nserror" }
|
|
xpcom = { path = "../../../xpcom/rust/xpcom" }
|