summaryrefslogtreecommitdiffstats
path: root/toolkit/mozapps/defaultagent/rust/wineventlog/Cargo.toml
blob: b38f704ca1c9617bda27fe7ec3bab9aae52836ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "wineventlog"
version = "0.1.0"
authors = ["The Mozilla Project Developers"]
license = "MPL-2.0"
autobins = false
edition = "2018"

[target."cfg(windows)".dependencies]
log = "0.4"
wio = "0.2"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.7"
features = ["errhandlingapi", "minwindef", "ntdef", "oaidl", "oleauto", "sysinfoapi", "taskschd", "winbase", "winerror", "winnt", "winreg", "wtypes"]