Bend/Cargo.toml

21 lines
456 B
TOML
Raw Normal View History

[package]
name = "hvm-lang"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0.72"
ariadne = "0.3.0"
chumsky = "1.0.0-alpha.4"
clap = { version = "4.4.1", features = ["derive"] }
2023-09-04 18:51:26 +03:00
derive_more = "0.99.17"
hvm-core = { git = "https://github.com/HigherOrderCO/hvm-core.git" }
# hvm-core = { path = "../hvm-core/rust" }
itertools = "0.11.0"
logos = "0.13.0"
shrinkwraprs = "0.3.0"
[dev-dependencies]
pretty_assertions = "1.4.0"
walkdir = "2.3.3"