[package] name = "js_call" version = "0.0.1" authors = ["Richard Anaya"] edition = "2018" description = "A library for calling javascript" license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] woke = "0.0.1" once_cell = "1.2.0" cstring = "0.0.2"