diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,7 @@ sasl = "0.5" base64 = "0.13" serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" toml = "0.5" anyhow = "1" @@ -29,6 +30,8 @@ sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" } rand = "0.8.3" +reqwest = "0.11" + [features] default = [] |
