mdbook-bash-tutorial 0.1.0

A mdbook preprocessor that allows embedding Bash scripts as tutorials
Documentation
[[bin]]
name = "mdbook-bash-tutorial"
path = "src/bin/main.rs"
[dependencies.anyhow]
version = "1.0.71"

[dependencies.clap]
version = "4.3.4"

[dependencies.env_logger]
version = "0.10.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.19"

[dependencies.mdbook]
version = "0.4.30"

[dependencies.regex]
version = "1.8.4"

[dependencies.semver]
version = "1.0.17"

[dependencies.serde_json]
version = "1.0.97"

[lib]
name = "mdbash_tutorial"
path = "src/lib.rs"

[package]
authors = ["Francesco Ilario <fr.ilario@gmail.com>"]
description = "A mdbook preprocessor that allows embedding Bash scripts as tutorials"
edition = "2021"
exclude = ["./github/**", "data"]
keywords = ["mdbook", "markdown", "preprocessor", "bash", "tutorial"]
license-file = "LICENSE"
name = "mdbook-bash-tutorial"
readme = "README.md"
repository = "https://github.com/filariow/mdbook-bash-tutorial"
version = "0.1.0"