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.
 
 
wasm-pack/Cargo.toml

11 lines
238 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>"]
[dependencies]
quicli = "0.2"
serde = "1.0"
serde_json = "1.0"
toml = "0.4"