aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 16909db..bbf6c64 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = []