evenmoreutils/Cargo.toml

14 lines
262 B
TOML
Raw Normal View History

[package]
name = "evenmoreutils"
version = "0.2.0"
edition = "2021"
authors = ["xenofem <xenofem@xeno.science>"]
license = "MIT"
[dependencies]
2024-03-06 21:13:17 -05:00
anyhow = "1.0"
clap = { version = "4.3", features = ["derive"] }
lazy_static = "1.4"
regex = "1.7"
thiserror = "1.0"