16 lines
543 B
TOML
16 lines
543 B
TOML
[package]
|
|
name = "tracing-layer-win-eventlog"
|
|
version = "0.1.3"
|
|
edition = "2021"
|
|
author = ["itsscb <dev@itsscb.de>"]
|
|
description = "Layer for the tracing_subscriber to write to the Windows EventLog"
|
|
keywords = ["tracing", "tracing_subscriber","layer","eventlog","windows"]
|
|
license = "MIT"
|
|
repository = "https://github.com/itsscb/tracing-layer-win-eventlog"
|
|
categories =["os::windows-apis"]
|
|
|
|
[dependencies]
|
|
tracing = "0.1.40"
|
|
tracing-subscriber = "0.3.18"
|
|
winapi = { version = "0.3.9", features = ["fileapi", "handleapi", "winbase", "winnt"] }
|