[package]
edition = "2024"
name = "mist-lang"
version = "0.3.0-alpha.0"
build = false
include = [
".mist/src/**",
"Cargo.toml",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "mist"
description = "The Mist programming language compiler"
readme = "README.md"
keywords = [
"compiler",
"language",
"mist",
"lang",
]
categories = [
"compilers",
"command-line-interface",
"development-tools",
"development-tools::build-utils",
]
license = "Apache-2.0"
repository = "https://github.com/mist-go/mist"
[[bin]]
name = "mist"
path = ".mist/src/main.rs"
[[bin]]
name = "mist-analyzer"
path = ".mist/src/analyzer.rs"
[dependencies.mist-analyzer]
version = "0.1.7-alpha.1"
[dependencies.mist-api]
version = "0.3.0-alpha.0"