rhai/Cargo.toml

15 lines
340 B
TOML
Raw Normal View History

2016-02-29 22:43:45 +01:00
[package]
name = "rhai"
2017-10-02 23:54:00 +02:00
version = "0.5.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"
]