summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/defaultagent/rust/Cargo.toml
blob: 4bd44a9df8c43d12e49efb0d147f1010bb83cbc7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "defaultagent-static"
version = "0.1.0"
authors = ["The Mozilla Install/Update Team <install-update@mozilla.com>"]
edition = "2018"
description = "FFI to Rust for use in Firefox's default browser agent."
repository = "https://github.com/mozilla/defaultagent-static"
license = "MPL-2.0"

[dependencies]
log = { version = "0.4", features = ["std"] }
mozilla-central-workspace-hack = { path = "../../../../build/workspace-hack" }
serde = "1.0"
serde_derive = "1.0"
serde_json = "1.0"
url = "2.1"
viaduct = "0.1"
wineventlog = { path = "wineventlog"}
wio = "0.2"
winapi = { version = "0.3", features = ["errhandlingapi", "handleapi", "minwindef", "winerror", "wininet", "winuser"] }

[lib]
crate-type = ["staticlib"]