Generate keys without the wg binary
This commit is contained in:
parent
ebccc59bf0
commit
c282177afb
3 changed files with 113 additions and 17 deletions
|
|
@ -9,6 +9,7 @@ license = "MIT"
|
|||
|
||||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
base64 = "0.21.0"
|
||||
clap = { version = "4.0.0", features = ["derive"] }
|
||||
directories = "5.0.0"
|
||||
env_logger = "0.10.0"
|
||||
|
|
@ -20,3 +21,4 @@ once_cell = "1.17.1"
|
|||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
ureq = { version = "2.5.0", features = ["json"] }
|
||||
x25519-dalek = { version = "2.0.0-rc.2", features = ["getrandom", "static_secrets"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue