[dependencies.abi]
package = "mun_abi"
version = "=0.2.0"
[dependencies.drop_bomb]
version = "0.1.4"
[dependencies.rowan]
version = "0.6.1"
[dependencies.smol_str]
features = ["serde"]
version = "0.1.12"
[dependencies.text_unit]
features = ["serde"]
version = "0.1.6"
[dependencies.unicode-xid]
version = "0.1.0"
[dev-dependencies.insta]
version = "0.12.0"
[package]
authors = ["The Mun Team <team@mun-lang.org>"]
categories = ["Game development", "Mun"]
description = "Parsing functionality for the Mun programming language"
documentation = "https://docs.mun-lang.org/v0.2"
edition = "2018"
homepage = "https://mun-lang.org"
keywords = ["game", "hot-reloading", "language", "mun", "scripting"]
license = "MIT OR Apache-2.0"
name = "mun_syntax"
readme = "README.md"
repository = "https://github.com/mun-lang/mun"
version = "0.2.0"