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

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

[features]
default = []
tcp = []
unix = []

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

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