skhtml/examples/stdweb/Cargo.toml

10 lines
222 B
TOML
Raw Normal View History

[package]
name = "typed-html-stdweb-test"
version = "0.1.0"
2019-03-15 23:06:20 +00:00
edition = "2018"
authors = ["Bodil Stokke <bodil@bodil.org>"]
[dependencies]
typed-html = { path = "../../typed-html", features = ["stdweb"] }
stdweb = "0.4.10"