rhai/Cargo.toml
2020-02-25 11:12:42 +08:00

19 lines
410 B
TOML

[package]
name = "rhai"
version = "0.10.0-alpha1"
edition = "2018"
authors = ["Jonathan Turner", "Lukáš Hozda"]
description = "Embedded scripting for Rust"
homepage = "https://github.com/jonathandturner/rhai"
repository = "https://github.com/jonathandturner/rhai"
readme = "README.md"
license = "MIT/Apache-2.0"
include = [
"**/*.rs",
"scripts/*.rhai",
"Cargo.toml"
]
[features]
debug_msgs = []