diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,8 @@ 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" +flate2 = "1.0.30" +base64 = "0.22.1" [dev-dependencies] pretty_assertions = "1.3.0" # nicer looking assertions |
