From b9d75e22db72aabf47815e381aa6432c1bff3877 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Mon, 1 Sep 2025 13:32:05 +0300 Subject: Add account endpoints --- Cargo.toml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 9b59ed0..3dc810d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,13 @@ publish = false members = [".", "entity", "migration"] [dependencies] +argon2 = "0.5.3" axum = "0.8.4" +axum-extra = { version = "0.10.1", features = ["typed-header"] } +chrono = { version = "0.4.41", features = ["serde"] } entity = { version = "0.1.0", path = "entity" } +headers = "0.4.1" +jsonwebtoken = "9.3.1" migration = { version = "0.1.0", path = "migration" } sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } serde = { version = "1.0.219", features = ["derive"] } -- cgit v1.2.3