Kind1/crates/kind-checker/Cargo.toml

16 lines
388 B
TOML

[package]
name = "kind-checker"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
kind-tree = { path = "../kind-tree" }
kind-span = { path = "../kind-span" }
kind-report = { path = "../kind-report" }
hvm = { git = "https://github.com/Kindelia/HVM.git" }
fxhash = "0.2.1"
im-rc = "15.1.0"