2023-07-21 18:50:10 -04:00
|
|
|
[package]
|
|
|
|
name = "evenmoreutils"
|
2023-09-04 15:31:00 -04:00
|
|
|
version = "0.2.0"
|
2023-07-21 18:50:10 -04:00
|
|
|
edition = "2021"
|
|
|
|
authors = ["xenofem <xenofem@xeno.science>"]
|
|
|
|
license = "MIT"
|
|
|
|
|
|
|
|
[dependencies]
|
2023-09-04 15:31:00 -04:00
|
|
|
clap = { version = "4.3", features = ["derive"] }
|
2023-07-21 18:50:10 -04:00
|
|
|
lazy_static = "1.4"
|
|
|
|
regex = "1.7"
|
|
|
|
thiserror = "1.0"
|