nullnet-liblogging 0.3.0

Logging library for NullNet
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "nullnet-liblogging"
version = "0.3.0"
edition = "2024"
repository = "https://github.com/NullNet-ai/libguard"
license = "MIT"
description = "Logging library for NullNet"
readme = "README.md"
default-run = "sample"

[dependencies]
nullnet-libappguard = "0.1.5"
nullnet-libwallguard = "0.1.4"
log = "0.4.26"
syslog = "7.0.0"
chrono = "0.4.39"
tokio = { version = "1.43.0", features = ["rt-multi-thread"] }