diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 8a2d3456..c1abf4bf 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rhai_codegen" -version = "0.1.0" +version = "0.1.1" edition = "2018" authors = ["jhwgh1968"] description = "Procedural macro support package for Rhai, a scripting language for Rust" diff --git a/codegen/README.md b/codegen/README.md index 0625bff9..8f276264 100644 --- a/codegen/README.md +++ b/codegen/README.md @@ -1,4 +1,5 @@ Procedural Macros for Plugins ============================ -This crate holds procedural macros for code generation, supporting Rhai's plugins system. +This crate holds procedural macros for code generation, supporting the plugins system +for [Rhai](https://github.com/jonathandturner/rhai).