diff --git a/Cargo.toml b/Cargo.toml index 9c22483f..89f9a18a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ homepage = "https://rhai.rs" repository = "https://github.com/rhaiscript" readme = "README.md" license = "MIT OR Apache-2.0" -include = ["**/*.rs", "scripts/*.rhai", "**/*.md", "Cargo.toml"] +include = ["/src/**/*.rs", "/Cargo.toml", "/README.md"] keywords = ["scripting", "scripting-engine", "scripting-language", "embedded"] categories = ["no-std", "embedded", "wasm", "parser-implementations"]