From c7820391b74aaf5c5633d61c8698e61786d627f1 Mon Sep 17 00:00:00 2001 From: Stephen Chung Date: Fri, 8 Jul 2022 00:48:29 +0800 Subject: [PATCH] Remove examples from package. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]