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

[package]
name = "letmein-systemd"
description = "Authenticated port knocking - Systemd support"
version = "1.0.0"
edition = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
readme = "README.md"
categories = { workspace = true }
keywords = { workspace = true }

[dependencies]
anyhow = { workspace = true }
sd-notify = { workspace = true }

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