Use OR for dual licensing.
https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html#adding-metadata-to-a-new-crate
This commit is contained in:
parent
2481df7f9d
commit
ac2d02f65e
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ authors = [
|
||||||
"Ethiraric <ethiraric@gmail.com>"
|
"Ethiraric <ethiraric@gmail.com>"
|
||||||
]
|
]
|
||||||
documentation = "https://docs.rs/yaml-rust2"
|
documentation = "https://docs.rs/yaml-rust2"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
description = "A fully YAML 1.2 compliant YAML parser"
|
description = "A fully YAML 1.2 compliant YAML parser"
|
||||||
repository = "https://github.com/Ethiraric/yaml-rust2"
|
repository = "https://github.com/Ethiraric/yaml-rust2"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
Loading…
Reference in a new issue