mdbook-repl 0.2.2

A rust based mdbook preprocessor plugin that allows you to live code in your markdown book.
[dependencies.clap]
version = "4.5.0"

[dependencies.mdbook]
version = "0.4.37"

[dependencies.regex]
version = "1.10.3"

[dependencies.rust-embed]
version = "8.2.0"

[dependencies.serde_json]
version = "1.0.113"

[dependencies.uuid]
features = ["v4"]
version = "1.7.0"

[package]
authors = ["MR-Addict <MR-Addict@qq.com>"]
description = "A rust based mdbook preprocessor plugin that allows you to live code in your markdown book."
documentation = "https://mr-addict.github.io/mdbook-repl"
edition = "2021"
exclude = ["example/*"]
keywords = ["mdbook", "repl", "plugin", "preprocessor"]
license = "MIT"
name = "mdbook-repl"
readme = "README.md"
repository = "https://github.com/MR-Addict/mdbook-repl"
version = "0.2.2"