v0.1.2 - made crate windows only
This commit is contained in:
parent
65a6acc0be
commit
246c99f85e
@ -1,12 +1,13 @@
|
||||
[package]
|
||||
name = "tracing-layer-win-eventlog"
|
||||
version = "0.1.1"
|
||||
version = "0.1.2"
|
||||
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"
|
||||
|
@ -1,3 +1,4 @@
|
||||
mod eventlog;
|
||||
|
||||
#[cfg(windows)]
|
||||
pub use eventlog::EventLogLayer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user