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

[package]
name = "letmein-proto"
description = "Authenticated port knocking - Wire protocol"
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 }
getrandom = { workspace = true }
hmac = { workspace = true }
sha3 = { workspace = true }
subtle = { workspace = true }
tokio = { workspace = true, features = [ "net" ] }

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