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.
14 lines
210 B
TOML
14 lines
210 B
TOML
6 years ago
|
[package]
|
||
|
name = "appname"
|
||
|
version = "0.1.0"
|
||
|
authors = ["DavidOConnor <david.alan.oconnor@gmail.com>"]
|
||
|
edition = "2018"
|
||
|
|
||
|
|
||
|
[lib]
|
||
|
crate-type = ["cdylib"]
|
||
|
|
||
|
[dependencies]
|
||
|
wasm-bindgen = "^0.2.28"
|
||
|
rebar = "^0.1.0"
|