aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index e0f9d2a..41fe6a0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,6 +18,7 @@ serde_json = "1"
toml = "0.5"
anyhow = "1"
+thiserror = "1"
futures = "0.3"
tokio = { version = "1", features = ["full", "rt-multi-thread"] }
@@ -27,7 +28,6 @@ tracing-subscriber = "0.2"
tracing-futures = "0.2"
regex = "1"
-sedregex = { version = "0.2", git = "https://gitlab.com/audron/sedregex" }
rand = "0.8.3"
@@ -35,6 +35,8 @@ reqwest = { version = "0.11", default-features = false, features = ["rustls-tls"
urlparse = "0.7"
async-trait = "0.1"
+bitflags = "1"
+
[dev-dependencies]
mockito = "0.30.0"