diff options
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,6 +17,10 @@ thiserror = "1" serde_yaml = "0.8" glob = "0.3" +mime = "0.3" + +futures = "0.3" + [build-dependencies] ructe = { version = "0.13", features = ["warp03"] } |