[package] name = "sprig-bindgen" version = "0.1.0" edition = "2021" repository = "https://github.com/lylythechosenone/sprig-bindgen.git" authors = ["lylythechosenone "] description = "A crate to generate a JS stub for WASM inside of sprig" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] base64 = "0.21.0" logos = "0.12.1"