Merge branch 'main' into feat-definitions

This commit is contained in:
Stephen Chung
2022-07-26 21:18:01 +08:00
committed by GitHub
18 changed files with 310 additions and 189 deletions

View File

@@ -13,7 +13,7 @@ homepage = "https://rhai.rs"
repository = "https://github.com/rhaiscript"
readme = "README.md"
license = "MIT OR Apache-2.0"
include = ["/src/**/*.rs", "/Cargo.toml", "/README.md"]
include = ["/src/**/*", "/Cargo.toml", "/README.md", "LICENSE*"]
keywords = ["scripting", "scripting-engine", "scripting-language", "embedded"]
categories = ["no-std", "embedded", "wasm", "parser-implementations"]
@@ -82,6 +82,10 @@ name = "rhai-run"
name = "rhai-dbg"
required-features = ["debugging"]
[[example]]
name = "serde"
required-features = ["serde"]
[[example]]
name = "definitions"
required-features = ["metadata"]