diff --git a/Cargo.toml b/Cargo.toml index 91bafe1..bd9614c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] description = "Cross-origin resource sharing (CORS) for Rocket.rs applications" homepage = "https://github.com/lawliet89/rocket_cors"