diff options
Diffstat (limited to 'netwerk/base/rust-helper/Cargo.toml')
-rw-r--r-- | netwerk/base/rust-helper/Cargo.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/netwerk/base/rust-helper/Cargo.toml b/netwerk/base/rust-helper/Cargo.toml new file mode 100644 index 0000000000..e522dae38b --- /dev/null +++ b/netwerk/base/rust-helper/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "netwerk_helper" +version = "0.0.1" +authors = ["Jeff Hemphill <jthemphill@mozilla.com>"] + +[dependencies] +nserror = { path = "../../../xpcom/rust/nserror" } +nsstring = { path = "../../../xpcom/rust/nsstring" } +thin-vec = { version = "0.2.1", features = ["gecko-ffi"] }
\ No newline at end of file |