mirror of
https://github.com/aljazceru/pubky-core.git
synced 2026-01-05 23:34:28 +01:00
13 lines
313 B
TOML
13 lines
313 B
TOML
[package]
|
|
name = "authenticator"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
anyhow = "1.0.86"
|
|
clap = { version = "4.5.16", features = ["derive"] }
|
|
pubky = { version = "0.1.0", path = "../../../pubky" }
|
|
pubky-common = { version = "0.1.0", path = "../../../pubky-common" }
|
|
rpassword = "7.3.1"
|
|
url = "2.5.2"
|