aboutsummaryrefslogtreecommitdiffstats
path: root/letmein/Cargo.toml
blob: 8d8c1f00508f8a86be5b202ce2f351fa1b32a484 (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
# -*- coding: utf-8 -*-

[package]
name = "letmein"
description = "Authenticated port knocking - Client"
version = "1.0.0"
edition = { workspace = true }
license = { workspace = true }
authors = { workspace = true }
homepage = { workspace = true }
repository = { workspace = true }
readme = { workspace = true }
categories = { workspace = true }
keywords = { workspace = true }

[dependencies]
anyhow = { workspace = true }
clap = { workspace = true, features = ["derive"] }
hickory-proto = { workspace = true }
hickory-resolver = { workspace = true }
letmein-conf = { workspace = true }
letmein-proto = { workspace = true }
tokio = { workspace = true, features = [ "rt", "net", "macros", ] }

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