[package]
name = "mun_compiler"
version = "0.3.0"
authors = ["The Mun Team <team@mun-lang.org>"]
edition = "2018"
description = "Binary compilation functionality for Mun"
documentation = "https://docs.mun-lang.org/v0.3"
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", "scripting"]
categories = ["game-development", "mun"]
[dependencies]
anyhow = "1.0.31"
mun_codegen = { version = "=0.3.0", path="../mun_codegen" }
mun_syntax = { version = "=0.3.0", path="../mun_syntax" }
hir = { version="=0.3.0", path="../mun_hir", package="mun_hir" }
paths = { version="=0.1.0", path="../mun_paths", package="mun_paths"}
mun_target = { version = "=0.3.0", path="../mun_target" }
mun_project = { version = "=0.1.0", path = "../mun_project" }
mun_diagnostics = { version = "=0.1.0", path = "../mun_diagnostics" }
annotate-snippets = { version = "0.9.0", features = ["color"] }
unicode-segmentation = "1.6.0"
yansi-term = "0.1.2"
walkdir = "2.3"
log = "0.4"
lockfile = "0.2.2"
[dev-dependencies]
insta = "0.16"