Kind/Cargo.toml

15 lines
191 B
TOML
Raw Permalink Normal View History

2024-02-24 04:17:45 +03:00
[package]
name = "kind2"
version = "0.1.0"
edition = "2021"
[[bin]]
name = "kind2"
path = "src/main.rs"
2024-02-24 04:17:45 +03:00
[dependencies]
2024-03-16 04:07:01 +03:00
TSPL = "0.0.9"
highlight_error = "0.1.1"
2024-02-24 04:17:45 +03:00
im = "15.1.0"
2024-03-15 01:33:21 +03:00
clap = "4.5.2"