v0.1.2 - made crate windows only
This commit is contained in:
parent
65a6acc0be
commit
246c99f85e
@ -1,12 +1,13 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "tracing-layer-win-eventlog"
|
name = "tracing-layer-win-eventlog"
|
||||||
version = "0.1.1"
|
version = "0.1.2"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
author = ["itsscb <dev@itsscb.de>"]
|
author = ["itsscb <dev@itsscb.de>"]
|
||||||
description = "Layer for the tracing_subscriber to write to the Windows EventLog"
|
description = "Layer for the tracing_subscriber to write to the Windows EventLog"
|
||||||
keywords = ["tracing", "tracing_subscriber","layer","eventlog","windows"]
|
keywords = ["tracing", "tracing_subscriber","layer","eventlog","windows"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/itsscb/tracing-layer-win-eventlog"
|
repository = "https://github.com/itsscb/tracing-layer-win-eventlog"
|
||||||
|
categories =["os::windows-apis"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tracing = "0.1.40"
|
tracing = "0.1.40"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
mod eventlog;
|
mod eventlog;
|
||||||
|
|
||||||
|
#[cfg(windows)]
|
||||||
pub use eventlog::EventLogLayer;
|
pub use eventlog::EventLogLayer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user