Update cargo to reflect crates.io release
This commit is contained in:
parent
60eea0dcc4
commit
6950219251
13
Cargo.toml
13
Cargo.toml
@ -1,5 +1,14 @@
|
||||
[package]
|
||||
name = "rhai"
|
||||
version = "0.1.0"
|
||||
|
||||
[dependencies]
|
||||
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"
|
||||
]
|
Loading…
Reference in New Issue
Block a user