Files
rhai/Cargo.toml
2016-03-16 10:00:57 -04:00

14 lines
339 B
TOML

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