diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -8,8 +8,13 @@ publish = false | |||
| 8 | members = [".", "entity", "migration"] | 8 | members = [".", "entity", "migration"] |
| 9 | 9 | ||
| 10 | [dependencies] | 10 | [dependencies] |
| 11 | argon2 = "0.5.3" | ||
| 11 | axum = "0.8.4" | 12 | axum = "0.8.4" |
| 13 | axum-extra = { version = "0.10.1", features = ["typed-header"] } | ||
| 14 | chrono = { version = "0.4.41", features = ["serde"] } | ||
| 12 | entity = { version = "0.1.0", path = "entity" } | 15 | entity = { version = "0.1.0", path = "entity" } |
| 16 | headers = "0.4.1" | ||
| 17 | jsonwebtoken = "9.3.1" | ||
| 13 | migration = { version = "0.1.0", path = "migration" } | 18 | migration = { version = "0.1.0", path = "migration" } |
| 14 | sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } | 19 | sea-orm = { version = "1.1.14", features = ["sqlx-postgres", "runtime-tokio-rustls"] } |
| 15 | serde = { version = "1.0.219", features = ["derive"] } | 20 | serde = { version = "1.0.219", features = ["derive"] } |
