rhai/Cargo.toml
Jonathan Turner daadb4c9ef Bump version
2019-07-23 19:55:58 +12:00

18 lines
385 B
TOML

[package]
name = "rhai"
version = "0.9.1"
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 = []