3cea79a122
- allow compiling/running html tests without compiling main crate tests (useful when e.g. making type changes to events but html unaffected) - avoid need for future flags in main crate
12 lines
197 B
TOML
12 lines
197 B
TOML
[package]
|
|
name = "test-html-ut"
|
|
description = "HTML output unit tests."
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
jotdown = { path = "../.." }
|
|
|
|
[lib]
|
|
name = "test_html_ut"
|
|
path = "lib.rs"
|