From e07af7c02fc8a79fd3a7bf2cffc72bf3a57064eb Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Sat, 19 Sep 2020 15:15:10 -0700 Subject: Fetch files from S3 directly. --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 25add68..720b88f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,7 @@ actix-rt = "1.0.0" actix-web = { version = "2.0.0", features = ["openssl"] } bytes = "0.5" futures = "0.3" +tokio = "0.2" chrono = { version = "0.4", features = ["serde"] } derive_more = "0.99.9" -- cgit v1.2.3