jotdown/tests/html-ut/Cargo.toml

13 lines
197 B
TOML
Raw Normal View History

[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"