skhtml/tests/Cargo.toml

17 lines
359 B
TOML
Raw Normal View History

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 = "axohtml-tests"
2018-11-19 09:11:44 +00:00
path = "main.rs"
[dev-dependencies]
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"