fork of https://github.com/rustwasm/wasm-pack for the needs of NextGraph.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
449 B
19 lines
449 B
[package]
|
|
name = "wasm-pack"
|
|
description = "pack up the wasm and publish it to npm!"
|
|
version = "0.1.0"
|
|
authors = ["Ashley Williams <ashley666ashley@gmail.com>"]
|
|
repository = "https://github.com/ashleygwilliams/wasm-pack.git"
|
|
license = "MIT/Apache-2.0"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
console = "0.6.1"
|
|
failure = "0.1.1"
|
|
indicatif = "0.9.0"
|
|
quicli = "0.2"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|
|
serde_json = "1.0"
|
|
toml = "0.4"
|
|
lazy_static = "1.0.0"
|
|
|