Kind1/Cargo.toml

12 lines
267 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-13 04:47:17 +03:00
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2022-07-19 23:10:17 +03:00
hvm = "0.1.48"
2022-07-16 20:26:38 +03:00
highlight_error = "0.1.1"
clap = { version = "3.1.8", features = ["derive"] }