summaryrefslogtreecommitdiffstats
path: root/remote/Cargo.toml
blob: d37568f9db60110b6bd2ab1ef6e08900a08a17d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "remote"
version = "0.1.0"

[lib]
path = "lib.rs"

[dependencies]
http = "0.2"
libc = "0.2"
log = "0.4"
nserror = { path = "../xpcom/rust/nserror" }
nsstring = { path = "../xpcom/rust/nsstring" }
thiserror = "1"
xpcom = { path = "../xpcom/rust/xpcom" }