[package] name = "jwt_authentication" version = "0.1.0" edition = "2024" [dependencies] actix-web = "4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" jsonwebtoken = "9" chrono = "0.4"
← Back to folder