rhai/Cargo.toml
jonathandturner 2d592173b1 Bump to 0.2.1
2016-04-13 18:40:51 -07:00

15 lines
340 B
TOML

[package]
name = "rhai"
version = "0.2.1"
authors = ["Jonathan Turner"]
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"
]