[package] name = "rusty_qjs" version = "0.0.1" edition = "2021" authors = ["ahabhgk "] license = "MIT" repository = "https://github.com/ahabhgk/rusty_qjs" description = "Rust bindings to QuickJS" exclude = ["src/sys/*"] [features] local = [] [dependencies] libc = "0.2.108" thiserror = "1.0.30" [build-dependencies] cc = { version = "1.0", features = ["parallel"] } [workspace] members = ["./derive", "./qtok"]