[package] name = "wasm-split" version = "0.1.0" description = "Code splitting for WebAssembly" authors = ["Surma "] edition = "2018" license = "Apache-2.0" readme = "README.md" repository = "https://github.com/GoogleChromeLabs/wasm-split" [dependencies] parity-wasm = { version = "0.38.0", path = "./third_party/parity-wasm-master" } clap = "2.33.0"