diff options
Diffstat (limited to 'netwerk/base/mozurl/Cargo.toml')
-rw-r--r-- | netwerk/base/mozurl/Cargo.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/netwerk/base/mozurl/Cargo.toml b/netwerk/base/mozurl/Cargo.toml new file mode 100644 index 0000000000..1b09595def --- /dev/null +++ b/netwerk/base/mozurl/Cargo.toml @@ -0,0 +1,11 @@ +[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"] } |