esp-totp/Cargo.toml
Gianmarco Pettinato b872e94725 first totp POC
2025-03-10 18:43:32 +01:00

14 lines
207 B
TOML

[package]
name = "rust-totp"
version = "0.1.0"
edition = "2024"
[dependencies]
actix-web = "4"
base32 = "0.5.1"
chrono = "0.4.37"
futures-util = "0.3.30"
hmac = "0.12.1"
hmac-sha1 = "0.2.2"
sha1 = "0.10.6"