1
0
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:
Rob Ede
2020-01-30 00:31:25 +00:00
parent e05b153039
commit aac1158304
25 changed files with 281 additions and 499 deletions

View File

@ -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"