aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: b4363ca2bccf957cda1e857ebbd169607f2e45ad (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "wg-handshake"
version = "0.1.0"
authors = ["Mathias Hall-Andersen <mathias@hall-andersen.dk>"]
edition = "2018"

[dependencies]
rust-crypto = "0.2.36"

[dependencies.x25519-dalek]
version = "^0.5"