[[bin]]
name = "ash"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "3.2.16"
[dependencies.phf]
features = ["macros"]
version = "0.11.0"
[dependencies.regex]
version = "1.6.0"
[package]
description = "A transpiler for the AlphaShell language"
documentation = "https://github.com/AlphaShell-org/AlphaShell"
edition = "2021"
homepage = "https://github.com/AlphaShell-org/AlphaShell"
license = "MIT"
name = "alpha-shell"
readme = "README.md"
repository = "https://github.com/AlphaShell-org/AlphaShell"
resolver = "2"
version = "0.3.0"