[package] name = "quickjs" version = "0.1.0" license = "MIT" authors = ["danc "] edition = "2018" description = "quickjs" documentation = "https://docs.rs/quickjs" homepage = "https://github.com/danclive/quickjs" repository = "https://github.com/danclive/quickjs" readme = "README.md" keywords = ["quickjs", "js"] exclude = [ ".gitignore", ".travis.yml", "deploy.sh", "test/**/*", ] [dependencies]