[package] name = "kind2" version = "0.2.53" edition = "2021" description = "A pure functional functional language that uses the HVM." repository = "https://github.com/Kindelia/Kind2" license = "MIT" keywords = ["functional", "language", "type-theory", "proof-assistant"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] hvm = "0.1.70" #hvm = { path = "../hvm" } highlight_error = "0.1.1" clap = { version = "3.1.8", features = ["derive"] }