Bug 1636126 [wpt PR 23460] - Improve test: csp/reporting/post-redirect-stacktrace...
[gecko.git] / remote / Cargo.toml
blobd93788e4c62edea24dbb2508566316ad8e28a3ef
1 [package]
2 name = "remote"
3 version = "0.1.0"
5 [lib]
6 path = "lib.rs"
8 [dependencies]
9 failure = { version = "0.1", default_features = false, features = ["derive"] }
10 http = "0.2"
11 libc = "0.2"
12 log = "0.4"
13 nserror = { path = "../xpcom/rust/nserror" }
14 nsstring = { path = "../xpcom/rust/nsstring" }
15 xpcom = { path = "../xpcom/rust/xpcom" }