Added webhook support

This commit is contained in:
2025-12-29 02:06:23 +00:00
parent fff7312d7d
commit d185d2a4d0
4 changed files with 265 additions and 27 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "secret-reader"
version = "0.1.1"
edition = "2021"
version = "0.2.0"
edition = "2024"
[dependencies]
axum = "0.7"
@@ -16,3 +16,4 @@ tracing = "0.1"
tracing-subscriber = "0.3"
anyhow = "1.0"
totp-rs = { version = "5.6", features = ["otpauth"] }
chrono = "0.4"