finish 30% lol

This commit is contained in:
Rorik Star Platinum 2025-11-09 21:03:29 +03:00
parent 4d0ad0226f
commit ea863ad124
17 changed files with 109 additions and 123 deletions

View file

@ -8,8 +8,8 @@ axum = "0.8"
tokio = { version = "1.48", features = ["full"] }
reqwest = { version = "0.12", features = ["json"] }
url = "2.5"
argon2 = "0.5" # Password hashing
axum-extra = { version = "0.12", features = ["typed-header"] } # For Authorization
argon2 = "0.5"
axum-extra = { version = "0.12", features = ["typed-header"] }
sqlx = { version = "0.8", features = ["runtime-tokio-rustls", "postgres", "macros", "chrono"] }
dotenvy = "0.15"
@ -34,4 +34,4 @@ anyhow = "1.0"
once_cell = "1.21"
[dev-dependencies]
mockito = "1.0" # Мокирование HTTP запросов
mockito = "1.0"