Bug 1686495 [wpt PR 27132] - Update wpt metadata, a=testonly
[gecko.git] / remote / Cargo.toml
blobd37568f9db60110b6bd2ab1ef6e08900a08a17d3
1 [package]
2 name = "remote"
3 version = "0.1.0"
5 [lib]
6 path = "lib.rs"
8 [dependencies]
9 http = "0.2"
10 libc = "0.2"
11 log = "0.4"
12 nserror = { path = "../xpcom/rust/nserror" }
13 nsstring = { path = "../xpcom/rust/nsstring" }
14 thiserror = "1"
15 xpcom = { path = "../xpcom/rust/xpcom" }