Update Cargo.toml with dual license

This commit is contained in:
Yong Wen Chua 2018-07-18 14:39:28 +08:00
parent 096930ebfa
commit e11e973da8
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[package]
name = "rocket_cors"
version = "0.3.0"
license = "Apache-2.0"
license = "MIT/Apache-2.0"
authors = ["Yong Wen Chua <me@yongwen.xyz>"]
description = "Cross-origin resource sharing (CORS) for Rocket.rs applications"
homepage = "https://github.com/lawliet89/rocket_cors"