[package] name = "neko" version = "0.1.0" authors = ["BookOwl "] build = "build.rs" description = "Rusty bindings to the neko vm" documentation = "https://docs.rs/neko" repository = "https://github.com/BookOwl/neko-rs" readme = "README.md" keywords = ["neko", "vm"] categories = ["external-ffi-bindings"] license = "Unlicense" [dependencies] [build-dependencies] bindgen = "0.20.0"