You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
371 B
TOML
20 lines
371 B
TOML
[package]
|
|
name = "appname"
|
|
version = "0.1.0"
|
|
authors = ["Your Name <email@address.com>"]
|
|
edition = "2018"
|
|
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"]
|
|
|
|
|
|
[dependencies]
|
|
seed = "^0.3.6"
|
|
wasm-bindgen = "^0.2.42"
|
|
web-sys = "^0.3.19"
|
|
|
|
# For serialization, eg sending requests to a server. Otherwise, not required.
|
|
serde = { version = "^1.0.85", features = ['derive'] }
|
|
futures = "^0.1.26"
|