diff --git a/Cargo.toml b/Cargo.toml index 9f1195e..aef42ca 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ description = "Just, really the littlest Vec you could need. So smol." version = "0.4.0-alpha.2" authors = ["Lokathor "] edition = "2018" -license = "Zlib" +license = "Zlib OR Apache-2.0 OR MIT" keywords = ["vec", "no_std", "no-std", "smol"] categories = ["data-structures", "no-std"] repository = "https://github.com/Lokathor/tinyvec"