[package] name = "xyraith" version = "0.1.0" edition = "2021" description = "A programming language for Minecraft servers" license = "Apache-2.0" documentation = "https://github.com/akarahdev/xyraith" homepage = "https://github.com/akarahdev/xyraith" repository = "https://github.com/akarahdev/xyraith" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ariadne = { version = "0.2.0", features = ["concolor"] } chumsky = { version = "1.0.0-alpha.4", features = ["label"] }