19 lines
372 B
TOML
19 lines
372 B
TOML
[package]
|
|
name = "examples"
|
|
version = "0.1.0"
|
|
authors = ["Thomas Gideon <cmdln@thecommandline.net>"]
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
crate-type = ["cdylib", "rlib"]
|
|
|
|
[dependencies]
|
|
bootstrap-rs = { path = "../" }
|
|
yew = "~0.16.2"
|
|
log = "~0.4.8"
|
|
anyhow = "^1.0.28"
|
|
wasm-bindgen = "~0.2.61"
|
|
web-sys = "~0.3.38"
|
|
wasm-logger = "~0.2.0"
|
|
yew-router = "~0.13.0"
|
|
yew-components = "~0.1.2"
|