We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16cd667 commit c8d279cCopy full SHA for c8d279c
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "janetrs"
3
-version = "0.1.2"
+version = "0.2.0"
4
authors = ["Eric Shimizu Karbstein <gr41.j4ck@gmail.com>"]
5
description = "High level binding for Janet programming language"
6
repository = "https://github.com/GrayJack/janetrs"
@@ -9,7 +9,7 @@ documentation = "https://docs.rs/janetrs"
9
license-file = "LICENSE"
10
readme = "README.md"
11
edition = "2018"
12
-keywords = ["janet", "embedding"]
+keywords = ["janet", "embedding", "ffi"]
13
14
[package.metadata.docs.rs]
15
targets = ["x86_64-unknown-linux-gnu", "x86_64-unknown-freebsd",
0 commit comments