mclangc/Cargo.toml

14 lines
379 B
TOML
Raw Permalink Normal View History

2023-03-12 20:51:21 +00:00
[package]
2023-04-13 10:47:15 +00:00
name = "mclangc"
2023-04-23 14:51:05 +00:00
description="The McLang Programming language compiler"
2023-03-12 20:51:21 +00:00
version = "0.1.0"
edition = "2021"
2023-04-23 14:51:05 +00:00
authors=[
"MCorange <mcorangecodes@gmail.com> (https://mcorangehq.xyz/)"
]
2023-03-12 20:51:21 +00:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2024-03-07 15:37:38 +00:00
anyhow = "1.0.79"
2023-03-12 20:51:21 +00:00
clap = { version = "4.1.8", features = ["derive"] }