Reuse private keys
This commit is contained in:
parent
8602543e06
commit
72ed117cb0
3 changed files with 370 additions and 101 deletions
|
|
@ -10,10 +10,13 @@ license = "MIT"
|
|||
[dependencies]
|
||||
anyhow = "1.0.65"
|
||||
clap = { version = "4.0.0", features = ["derive"] }
|
||||
directories = "5.0.0"
|
||||
env_logger = "0.10.0"
|
||||
gethostname = "0.4.1"
|
||||
ipnet = "2.5.0"
|
||||
log = "0.4.17"
|
||||
netaddr2 = "0.10.0"
|
||||
once_cell = "1.17.1"
|
||||
serde = { version = "1.0.145", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
ureq = { version = "2.5.0", features = ["json"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue