mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-23 00:18:21 -05:00
13 lines
213 B
TOML
13 lines
213 B
TOML
[package]
|
|
name = "stdweb_electron"
|
|
version = "0.1.0"
|
|
authors = ["Bradlee Speice <bradlee@speice.io>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
stdweb = "0.4.20"
|
|
wasm-bindgen = "0.2"
|