diff --git a/Cargo.toml b/Cargo.toml index 4c7a3be150e..c9e9b54641e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ version = "0.17.0" rust-version = "1.66" authors = ["boa-dev"] repository = "https://github.com/boa-dev/boa" -license = "Unlicense/MIT" +license = "Unlicense OR MIT" description = "Boa is a Javascript lexer, parser and compiler written in Rust. Currently, it has support for some of the language." [workspace.dependencies]