Add extract_acronym

This commit is contained in:
2022-05-09 12:24:08 +02:00
parent 8309272f1c
commit 4167c3e339
2 changed files with 19 additions and 1 deletions

View File

@@ -6,4 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = {version = "3.1.17", features = ["derive"]}
clap = {version = "3.1.17", features = ["derive"]}
regex = "1.5"
lazy_static = "1.4.0"