diff --git a/Cargo.toml b/Cargo.toml index 47e69c4..e475380 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" description = "A command line utility to generate a knowledge base from Hypothesis annotations " repository = "https://github.com/out-of-cheese-error/gooseberry" readme = "README.md" -license = "MIT" +license = "MIT / Apache-2.0" keywords = ["knowledge-base", "hypothesis", "cli", "wiki"] categories = ["command-line-utilities"] include = ["src/**/*", "README.md"]