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

12 lines
260 B
TOML

[package]
name = "test-html-ref"
description = "Reference implementation HTML output comparison tests"
version = "0.1.0"
edition = "2021"
[dependencies]
jotdown = { path = "../..", features = ["html", "parser"] }
[lib]
name = "test_html_ref"
path = "lib.rs"