rhai/Cargo.toml

19 lines
420 B
TOML
Raw Normal View History

2016-02-29 22:43:45 +01:00
[package]
name = "rhai"
2020-03-02 08:20:29 +01:00
version = "0.10.1"
2019-09-18 12:21:07 +02:00
edition = "2018"
2020-03-02 08:20:29 +01:00
authors = ["Jonathan Turner", "Lukáš Hozda", "Stephen Chung"]
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 = []