diff options
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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" |
