aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-05-18 14:54:48 +0200
committerAlex Auvolat <alex@adnab.me>2022-05-18 14:54:48 +0200
commitc8be884ad5230b531dfb54ee978e19d4eafe29a2 (patch)
tree8650943282946c051b48b91cd450d0d010a7dc1d /Cargo.toml
parentcfc02ba3685c481ebb71ffeddc970998af987de9 (diff)
downloadaerogramme-c8be884ad5230b531dfb54ee978e19d4eafe29a2.tar.gz
aerogramme-c8be884ad5230b531dfb54ee978e19d4eafe29a2.zip
sync() and push() seems to be working, todo checkpoint()
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c6ceb8a..e17b5d7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,10 @@ description = "Encrypted mail storage over Garage"
[dependencies]
anyhow = "1.0.28"
+base64 = "0.13"
hex = "0.4"
im = "15"
+itertools = "0.10"
rusoto_core = "0.48.0"
rusoto_credential = "0.48.0"
rusoto_s3 = "0.48"