aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 449c76b..1aec1d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -21,6 +21,7 @@ envy = "0.4"
estimated_read_time = "1"
futures = "0.3"
glob = "0.3"
+hex = "0.4"
http = "0.2"
http-body = "0.4"
hyper = "0.14"
@@ -33,9 +34,11 @@ prometheus = { version = "0.13", default-features = false, features = ["process"
rand = "0"
regex = "1"
reqwest = { version = "0.11", features = ["json"] }
-serde_dhall = "0.11.2"
serde = { version = "1", features = ["derive"] }
+serde_json = "1"
+serde_dhall = "0.11.2"
serde_yaml = "0.9"
+sha2 = "0.9"
sitemap = "0.4"
thiserror = "1"
tokio = { version = "1", features = ["full"] }