Update Cargo.toml with dual license
This commit is contained in:
parent
096930ebfa
commit
e11e973da8
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "rocket_cors"
|
name = "rocket_cors"
|
||||||
version = "0.3.0"
|
version = "0.3.0"
|
||||||
license = "Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
authors = ["Yong Wen Chua <me@yongwen.xyz>"]
|
authors = ["Yong Wen Chua <me@yongwen.xyz>"]
|
||||||
description = "Cross-origin resource sharing (CORS) for Rocket.rs applications"
|
description = "Cross-origin resource sharing (CORS) for Rocket.rs applications"
|
||||||
homepage = "https://github.com/lawliet89/rocket_cors"
|
homepage = "https://github.com/lawliet89/rocket_cors"
|
||||||
|
|
Loading…
Reference in New Issue