mirror of https://github.com/wg-easy/wg-easy
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
361 B
17 lines
361 B
[package]
|
|
name = "wg-password"
|
|
version = "0.1.1"
|
|
authors = ["tetuaoro <[email protected]>"]
|
|
description = "A binary to create bcrypt password hashes for wg-easy, enhancing security."
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
bcrypt = "0.15.1"
|
|
|
|
[dev-dependencies]
|
|
assert_cmd = "2.0"
|
|
predicates = "3.0"
|
|
|
|
[[bin]]
|
|
name = "wgpw"
|
|
path = "src/main.rs"
|
|
|