summaryrefslogtreecommitdiff
path: root/libsyslog/Cargo.toml
blob: 2554477318776d97980dfefc2b9a7c53d81edb69 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "libsyslog"
version = "0.0.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Rust `log` facade using system's native syslog"
repository = "https://git.netizen.se/libsyslog-rs"
keywords = [ "logging", "syslog" ]
categories = [ "external-ffi-bindings", "os" ]