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.

19 lines
350 B
TOML

6 years ago
[package]
name = "appname"
version = "0.1.0"
6 years ago
authors = ["Your Name <email@address.com>"]
6 years ago
edition = "2018"
[lib]
crate-type = ["cdylib"]
6 years ago
[dependencies]
seed = "^0.2.5"
wasm-bindgen = "^0.2.33"
6 years ago
web-sys = "^0.3.6"
# For serialization, eg sending requests to a server. Otherwise, not required.
serde = { version = "^1.0.85", features = ['derive'] }