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