mclangc/Cargo.toml

15 lines
397 B
TOML
Raw 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]
clap = { version = "4.1.8", features = ["derive"] }
color-eyre = "0.6.2"
eyre = "0.6.8"