Separate licenses with /

This commit is contained in:
Rasmus Melchior Jacobsen 2023-01-30 12:11:34 +01:00
parent 7348a7e7b8
commit 576267ada6

View File

@ -6,7 +6,7 @@ description = "A simple Url primitive for no_std environments"
readme = "README.md" readme = "README.md"
repository = "https://github.com/rmja/nourl" repository = "https://github.com/rmja/nourl"
authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"] authors = ["Rasmus Melchior Jacobsen <rmja@laesoe.org>"]
license = "MIT or Apache-2.0" license = "MIT / Apache-2.0"
keywords = ["embedded", "url", "no_std"] keywords = ["embedded", "url", "no_std"]
exclude = [".github"] exclude = [".github"]