mdify 0.4.0

A CLI tool that translates md files to html while keeping project structure
[dependencies.clap]
features = ["derive", "env"]
version = "4.4.6"

[dependencies.comrak]
version = "0.18.0"

[dependencies.glob]
version = "0.3.1"

[dependencies.pathdiff]
version = "0.2.1"

[dependencies.regex]
version = "1.9.6"

[package]
authors = ["Leonardo Forchini <git@lforchini.com>"]
description = "A CLI tool that translates md files to html while keeping project structure"
edition = "2021"
license = "MIT"
name = "mdify"
readme = "README.md"
repository = "https://github.com/LForchini/mdify.git"
version = "0.4.0"