aboutsummaryrefslogtreecommitdiffstats
path: root/cms-systemd/Cargo.toml
blob: b24d49eef81510a2f4700ee56c34cb36892a8282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# -*- coding: utf-8 -*-

[package]
name = "cms-systemd"
version = "1.0.0"
edition = "2021"
license = "GPL-2.0-or-later"
authors = [ "Michael Büsch <m@bues.ch>" ]
publish = false

[dependencies]
anyhow = "1"
#sd-notify = "0.4"
sd-notify = { git = "https://github.com/lnicola/sd-notify.git", rev = "5f9cbef17f33549c60d322342dead37fe11f18a7" }

# vim: ts=4 sw=4 expandtab
bues.ch cgit interface