diff options
author | Alex Auvolat <alex@adnab.me> | 2022-05-18 14:54:48 +0200 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2022-05-18 14:54:48 +0200 |
commit | c8be884ad5230b531dfb54ee978e19d4eafe29a2 (patch) | |
tree | 8650943282946c051b48b91cd450d0d010a7dc1d /Cargo.toml | |
parent | cfc02ba3685c481ebb71ffeddc970998af987de9 (diff) | |
download | aerogramme-c8be884ad5230b531dfb54ee978e19d4eafe29a2.tar.gz aerogramme-c8be884ad5230b531dfb54ee978e19d4eafe29a2.zip |
sync() and push() seems to be working, todo checkpoint()
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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" |