Kind1/Cargo.toml

16 lines
478 B
TOML
Raw Normal View History

2022-07-13 04:47:17 +03:00
[package]
2022-07-14 05:19:47 +03:00
name = "kind2"
2022-07-28 00:58:42 +03:00
version = "0.2.31"
2022-07-13 04:47:17 +03:00
edition = "2021"
2022-07-20 02:25:52 +03:00
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"]
2022-07-13 04:47:17 +03:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-28 00:58:42 +03:00
hvm = "0.1.61"
2022-07-16 20:26:38 +03:00
highlight_error = "0.1.1"
clap = { version = "3.1.8", features = ["derive"] }