From 93e6555e47da03c0274fd8483d3b8b0209ed9ec1 Mon Sep 17 00:00:00 2001 From: Hyeon Kim Date: Wed, 11 Jan 2017 01:02:43 +0900 Subject: [PATCH] Cargo does not know SPDX License Expressions What a shame. Reference: https://github.com/rust-lang/cargo/issues/2039 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a423a9d..7aca367 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ authors = ["Hyeon Kim "] homepage = "https://github.com/simnalamburt/obj-rs" repository = "https://github.com/simnalamburt/obj-rs" documentation = "https://simnalamburt.github.io/obj-rs/" -license = "(Apache-2.0 OR MIT)" +license = "Apache-2.0/MIT" keywords = ["graphics", "obj", "WaveFront", "3D", "parser"] readme = "README.md"