From 695021925122a3758045f35c9bfdae444ce996dd Mon Sep 17 00:00:00 2001 From: jonathandturner Date: Wed, 16 Mar 2016 10:00:57 -0400 Subject: [PATCH] Update cargo to reflect crates.io release --- Cargo.toml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 35eae335..7218676a 100644 --- a/Cargo.toml +++ b/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" +] \ No newline at end of file