17 lines
375 B
TOML
17 lines
375 B
TOML
[package]
|
|
name = "typed-html-tests"
|
|
version = "0.0.0"
|
|
edition = "2018"
|
|
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
|
publish = false
|
|
|
|
[[bin]]
|
|
name = "typed-html-tests"
|
|
path = "main.rs"
|
|
|
|
[dev-dependencies]
|
|
compiletest_rs = { version = "=0.3.22", features = ["stable"] }
|
|
typed-html = { path = "../typed-html" }
|
|
typed-html-macros = { path = "../macros" }
|
|
version_check = "0.9.1"
|