13 lines
197 B
TOML
13 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"
|