Use proper SPDX license expression in 'Cargo.toml'.

This commit is contained in:
Sergio Benitez 2020-06-03 22:36:42 -07:00
parent 097fbd7df0
commit 3f20e4ac93
5 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
readme = "../../README.md"
keywords = ["rocket", "contrib", "code", "generation", "proc-macro"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
build = "build.rs"
edition = "2018"

View File

@ -8,7 +8,7 @@ homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "contrib", "contributed"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
edition = "2018"
[features]

View File

@ -8,7 +8,7 @@ homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "code", "generation"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
build = "build.rs"
edition = "2018"

View File

@ -10,7 +10,7 @@ homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "http"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
categories = ["web-programming"]
edition = "2018"

View File

@ -10,7 +10,7 @@ homepage = "https://rocket.rs"
repository = "https://github.com/SergioBenitez/Rocket"
readme = "../../README.md"
keywords = ["rocket", "web", "framework", "server"]
license = "MIT/Apache-2.0"
license = "MIT OR Apache-2.0"
build = "build.rs"
categories = ["web-programming::http-server"]
edition = "2018"