[package] name = "asciidork" version = "0.1.0" edition = "2021" description = "asciidork" license = "MIT" [lib] name = "asciidork" path = "src/lib.rs" [[bin]] name = "asciidork" path = "src/bin.rs"