[package] name = "mix" version = "0.1.1" edition = "2021" authors = ["aghil mohanads "] description = "markdown compiler with 🚀 fuel" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] markdown-it = { version = "0.6.0", features = ["linkify", "syntect"] } minimo = "0.3.1"