mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
3173c39eb9
Differential Revision: https://phabricator.services.mozilla.com/D99442
16 lines
270 B
TOML
16 lines
270 B
TOML
[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" }
|