summaryrefslogtreecommitdiffstats
path: root/netwerk/base/mozurl/Cargo.toml
blob: 0eaccad0b8a2de7063f87377dcfc70b7bea78400 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "mozurl"
version = "0.0.1"
authors = ["Nika Layzell <nika@thelayzells.com>"]
license = "MPL-2.0"

[dependencies]
url = "2.0"
nserror = { path = "../../../xpcom/rust/nserror" }
nsstring = { path = "../../../xpcom/rust/nsstring" }
xpcom = { path = "../../../xpcom/rust/xpcom" }
uuid = { version = "1.0", features = ["v4"] }