summaryrefslogtreecommitdiffstats
path: root/netwerk/base/mozurl/Cargo.toml
blob: 1166bd2bfa6d2a34bcaecb3ed93af9adfea39a53 (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.4"
nserror = { path = "../../../xpcom/rust/nserror" }
nsstring = { path = "../../../xpcom/rust/nsstring" }
xpcom = { path = "../../../xpcom/rust/xpcom" }
uuid = { version = "1.0", features = ["v4"] }