mun_skeptic 0.4.0

Provides the ability to test Mun code snippets in an mdbook
[package]
name = "mun_skeptic"
version = "0.4.0"
authors = ["The Mun Team <team@mun-lang.org>"]
edition = "2021"
description = "Provides the ability to test Mun code snippets in an mdbook"
documentation = "https://docs.mun-lang.org/v0.4"
readme = "README.md"
homepage = "https://mun-lang.org"
repository = "https://github.com/mun-lang/mun"
license = "MIT OR Apache-2.0"
keywords = ["game", "hot-reloading", "language", "mun", "mdbook"]
categories = ["game-development", "mun"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
bytecount = { version = "0.6.2", default-features = false }
itertools = { version = "0.10.0", default-features = false }
mdbook = { version = "0.4.7", default-features = false }
pulldown-cmark = { version = "0.9.1", default-features = false }
mun_compiler = { version = "0.4.0", path = "../mun_compiler" }
mun_runtime = { version = "0.4.0", path = "../mun_runtime" }
tempdir = { version = "0.3.7", default-features = false }