diff --git a/Cargo.toml b/Cargo.toml index 937a426097..aa3fc9bf85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "janetrs" -version = "0.1.2" +version = "0.2.0" authors = ["Eric Shimizu Karbstein "] description = "High level binding for Janet programming language" repository = "https://github.com/GrayJack/janetrs" @@ -9,7 +9,7 @@ documentation = "https://docs.rs/janetrs" license-file = "LICENSE" readme = "README.md" edition = "2018" -keywords = ["janet", "embedding"] +keywords = ["janet", "embedding", "ffi"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd",