jotdown/tests/html-ut/Cargo.toml
2024-04-04 17:50:55 -04:00

12 lines
228 B
TOML

[package]
name = "test-html-ut"
description = "HTML output unit tests."
version = "0.1.0"
edition = "2021"
[dependencies]
jotdown = { path = "../..", features = ["html", "parser"] }
[lib]
name = "test_html_ut"
path = "lib.rs"