loggit 0.1.2

Loggit is a lightweight, easy-to-use logging library for Rust.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "loggit"
version = "0.1.2"
edition = "2021"
license = "MIT"
description = "Loggit is a lightweight, easy-to-use logging library for Rust."
homepage = "https://github.com/DobbiKov/loggit"
repository = "https://github.com/DobbiKov/loggit"
readme = "README.md"
authors = ["DobbiKov <dobbikov@gmail.com>"]

[dependencies]
chrono = "0.4.40"
once_cell = "1.21.1"
thiserror = "2.0.12"
zip = "2.5.0"