skhtml/ui/Cargo.toml

17 lines
371 B
TOML
Raw Normal View History

2018-11-19 09:11:44 +00:00
[package]
name = "typed-html-tests"
version = "0.0.0"
2019-03-15 23:06:20 +00:00
edition = "2018"
2018-11-19 09:11:44 +00:00
authors = ["Bodil Stokke <bodil@bodil.org>"]
publish = false
[[bin]]
name = "typed-html-tests"
path = "main.rs"
[dev-dependencies]
compiletest_rs = { version = "0.5", features = ["stable"] }
2018-11-19 09:11:44 +00:00
typed-html = { path = "../typed-html" }
typed-html-macros = { path = "../macros" }
2019-05-28 15:05:56 +00:00
version_check = "0.9.1"