12 lines
256 B
TOML
12 lines
256 B
TOML
|
[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"
|