1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

add mit license

This commit is contained in:
Nikolay Kim
2017-12-17 10:08:44 -08:00
parent 1a51f75ecc
commit 4b421b44a2
3 changed files with 26 additions and 1 deletions

View File

@ -10,7 +10,7 @@ repository = "https://github.com/actix/actix-web.git"
documentation = "https://docs.rs/actix-web/"
categories = ["network-programming", "asynchronous",
"web-programming::http-server", "web-programming::websocket"]
license = "Apache-2.0"
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
build = "build.rs"