зеркало из https://github.com/mozilla/gecko-dev.git
12 строки
319 B
TOML
12 строки
319 B
TOML
[package]
|
|
name = "mozurl"
|
|
version = "0.0.1"
|
|
authors = ["Nika Layzell <nika@thelayzells.com>"]
|
|
|
|
[dependencies]
|
|
url = "2.0"
|
|
nserror = { path = "../../../xpcom/rust/nserror" }
|
|
nsstring = { path = "../../../xpcom/rust/nsstring" }
|
|
xpcom = { path = "../../../xpcom/rust/xpcom" }
|
|
uuid = { version = "0.8", features = ["v4"] }
|