aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/contrib/external-tests/rust/Cargo.toml
blob: 88d94a73597fc086fa9c8fde572644290e44368b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "wireguard-ping"
version = "0.1.0"
authors = ["jason@zx2c4.com", "me@jake.su"]
publish = false

[dependencies]
snow = "^0.1.0-preview"
base64 = "^0.5"
rust-crypto = "*"
byteorder = "*"
time = "*"

[dependencies.pnet]
version = "*"
features = [ ]