Fix dual-license MIT/Apache-2.0 syntax in Cargo.toml

This commit is contained in:
ice_iix 2019-05-29 08:13:38 -07:00
parent 367c3e5e09
commit 3eee3e9163
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ authors = [ "Thinkofdeath <thinkofdeath@spigotmc.org>", "iceiix <ice_ix@protonma
edition = "2018"
description = "Multi-protocol multi-platform Minecraft-compatible client"
repository = "https://github.com/iceiix/stevenarella"
license = "(MIT OR Apache-2.0)"
license = "MIT/Apache-2.0"
[lib]
crate-type = ["cdylib", "rlib"]