yewprint/Cargo.toml

16 lines
320 B
TOML
Raw Normal View History

2020-09-03 16:45:38 +02:00
[package]
name = "blueprint-rs"
version = "0.1.0"
authors = ["Cecile Tonglet <cecile.tonglet@cecton.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[lib]
crate-type = ["cdylib"]
[dependencies]
wasm-bindgen = "^0.2"
2020-09-03 18:40:42 +02:00
yew = "0.17"
2020-09-12 11:08:17 +02:00
web-sys = "0.3"