systematic 0.0.2

Rusty bindings to libsystemd
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "systematic"
version = "0.0.2"
edition = "2021"
license = "Apache-2.0"
authors = ["Federico Maria Morrone <contact@morrone.dev>"]
description = "Rusty bindings to libsystemd"
readme = "README.md"
documentation = "https://docs.rs/systematic"
repository = "https://github.com/verdiwm/systematic"
include = ["src/**/*.rs", "build.rs", "README.md", "LICENSE"]

[dependencies]

[build-dependencies]
pkg-config = "0.3.31"