Fix license field in Cargo.toml

This commit is contained in:
etwyniel
2019-11-18 13:01:37 +01:00
parent 87cadcd9db
commit 8dd5d9f959

View File

@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Aymeric Beringer <aymeric.beringer@epita.fr>"]
edition = "2018"
description = "Derive macros for miniserde on enums"
license = "MIT OR Apache-2-0"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/etwyniel/miniserde-enum"
keywords = ["miniserde", "enum"]