Inscribe 0.0.3

A markdown preprocessor that executes code fences and embeds their output.
[package]

name = "Inscribe"

version = "0.0.3"

edition = "2021"

description = "A markdown preprocessor that executes code fences and embeds their output."

readme = "README.md"

repository = "https://github.com/tesserato/Inscribe"

license = "MIT"

keywords = ["markdown", "preprocessor", "code", "runner", "cli"]

categories = ["command-line-utilities",  "parsing", "text-processing", "template-engine"]



authors = ["Tesserato <tesserato@hotmail.com>"]



include = [

    "src/**/*.rs",

    "README.md",

    "LICENSE",

]



[dependencies]

clap = { version = "4.0", features = ["derive"] }

regex = "1.7"

once_cell = "1.17"

tempfile = "3.4"

notify = "5.0"

chrono = "0.4"