mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 10:27:42 +02:00
merge project metadata
This commit is contained in:
@ -10,9 +10,13 @@ repository = "https://github.com/actix/actix-web-httpauth.git"
|
||||
documentation = "https://docs.rs/actix-web-httpauth/"
|
||||
categories = ["web-programming::http-server"]
|
||||
license = "MIT OR Apache-2.0"
|
||||
exclude = [".github/*", ".gitignore"]
|
||||
exclude = [".github/*"]
|
||||
edition = "2018"
|
||||
|
||||
[lib]
|
||||
name = "actix_web_httpauth"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
actix-web = { version = "^2.0", default_features = false }
|
||||
actix-service = "1.0"
|
||||
|
Reference in New Issue
Block a user