sw-sw-logger-rs 1.0.0

Simple sw-logger for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "sw-sw-logger-rs"
version = "1.0.0"
edition = "2021"
authors = ["subwoofy"]
description = "Simple sw-logger for Rust"
license = "CC0-1.0"
homepage = "https://github.com/Subwoof01/sw-logger-rs"
repository = "https://github.com/Subwoof01/sw-logger-rs"
readme = "README.md"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
all_asserts = "2.3.1"
chrono = "0.4.34"
lazy_static = "1.4.0"