2018-11-19 09:11:44 +00:00
|
|
|
[package]
|
2022-12-15 21:24:41 +00:00
|
|
|
name = "axohtml-tests"
|
2018-11-19 09:11:44 +00:00
|
|
|
version = "0.0.0"
|
2022-12-15 23:13:48 +00:00
|
|
|
edition = "2021"
|
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]
|
2022-01-27 19:34:04 +00:00
|
|
|
compiletest_rs = { version = "0.7", features = ["stable"] }
|
2022-12-15 21:24:41 +00:00
|
|
|
axohtml = { path = "../typed-html" }
|
|
|
|
axohtml-macros = { path = "../macros" }
|
2019-05-28 15:05:56 +00:00
|
|
|
version_check = "0.9.1"
|