[package] edition = '2021' name = "mdlint-cli" version = "0.1.0" authors = ["Roberto Huertas "] description = "tbd" license-file = "LICENSE" [dependencies] mdlint = { version="0", path = "../mdlint" } [[bin]] name = "mdlint" path = "src/main.rs"