mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-04 23:28:23 -05:00
17 lines
351 B
TOML
17 lines
351 B
TOML
[package]
|
|
authors = ["Bradlee Speice"]
|
|
categories = ["wasm"]
|
|
description = "A no-framework WASM Electron app"
|
|
license = "Apache-2.0/MIT"
|
|
name = "stdweb_electron"
|
|
readme = "./README.md"
|
|
repository = "https://github.com/rustwasm/rust-webpack-template"
|
|
version = "0.1.0"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
[dependencies]
|
|
stdweb = "0.4"
|
|
wasm-bindgen = "0.2"
|