thp/compiler/Cargo.toml

12 lines
262 B
TOML
Raw Normal View History

2022-11-18 17:40:09 +00:00
[package]
name = "misti"
version = "0.0.3"
2022-11-18 17:40:09 +00:00
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
chrono = "0.4.23"
2023-01-31 20:30:22 +00:00
clap = { version = "4.1.3", features = ["derive"] }
colored = "2.0.0"