diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ thiserror = "1.0.38" # error handling tokio = { version = "1.23.0", features = ["full"] } # async networking nom = "7.1.3" # parser combinators itertools = "0.11.0" # General iterator helpers +regex = "1.10.4" [dev-dependencies] pretty_assertions = "1.3.0" # nicer looking assertions |
