wireguard-vanity-key/Cargo.toml

12 lines
256 B
TOML
Raw Normal View History

2021-11-03 07:34:48 +00:00
[package]
name = "wireguard-vanity-key"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.13.0"
rand = "0.8.4"
rand_xoshiro = "0.6.0"