diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml index 036767f..e39e7a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,6 +18,7 @@ clap = { version = "4.5.17", features = ["derive"] } convert_case = "0.6.0" deunicode = "1.6.0" log = "0.4.22" +regex = "1.10.6" serde = { version = "1.0.210", features = ["derive"] } serde_derive = "1.0.210" stderrlog = "0.6.0" |