summaryrefslogtreecommitdiff
path: root/libsyslog-sys/Cargo.toml
blob: 160e575f8bd45c25343edcdaf63430f758ef38be (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "libsyslog-sys"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "FFI bindings to system's native syslog"
repository = "https://git.netizen.se/libsyslog-rs/"
keywords = [ "ffi", "logging", "syslog" ]
categories = [ "external-ffi-bindings", "os" ]

[build-dependencies]
bindgen = "0.64.0"