diff --git a/Cargo.toml b/Cargo.toml index ccba66e..ce428b9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,4 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] +anyhow = "1.0.81" once_cell = "1.19.0" +regex = "1.10.3"