summaryrefslogtreecommitdiff
path: root/libsyslog/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'libsyslog/Cargo.toml')
-rw-r--r--libsyslog/Cargo.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/libsyslog/Cargo.toml b/libsyslog/Cargo.toml
new file mode 100644
index 0000000..2554477
--- /dev/null
+++ b/libsyslog/Cargo.toml
@@ -0,0 +1,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" ]