diff --git a/Cargo.toml b/Cargo.toml index 5990bd02..bf3d6dd8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "salsa" version = "0.2.0" authors = ["Niko Matsakis "] edition = "2018" -license = "Apache-2.0/MIT" +license = "Apache-2.0 OR MIT" repository = "https://github.com/nikomatsakis/salsa" description = "A generic framework for on-demand, incrementalized computation (experimental)" readme = "README.md"