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