[package] name = "typed-html-tests" version = "0.0.0" edition = "2018" authors = ["Bodil Stokke "] publish = false [[bin]] name = "typed-html-tests" path = "main.rs" [dev-dependencies] compiletest_rs = { version = "0.3", features = ["stable"] } typed-html = { path = "../typed-html" } typed-html-macros = { path = "../macros" }