From e11e973da82270aaed52fc0402d67491a0aee986 Mon Sep 17 00:00:00 2001 From: Yong Wen Chua Date: Wed, 18 Jul 2018 14:39:28 +0800 Subject: [PATCH] Update Cargo.toml with dual license --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"