summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-05-29 11:37:18 +0300
committerLars Wirzenius <liw@liw.fi>2021-05-29 11:42:44 +0300
commit03a8b0f9cba08ad09cb8494579f6e318aee762f4 (patch)
tree1f7f01314e6b5816edab0f11791d7ce98ed1f82b /Cargo.toml
parent6de230c382a4329df00bc11cc1ffb90390b13159 (diff)
downloadobnam2-03a8b0f9cba08ad09cb8494579f6e318aee762f4.tar.gz
update Cargo.toml, Cargo.lock with new dependencies
These aren't used yet, but they soon will be.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 180d342..5349b92 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,6 +10,7 @@ repository = "https://gitlab.com/larswirzenius/obnam"
[dependencies]
+aes-gcm = "0.9.1"
anyhow = "1"
bytesize = "1"
chrono = "0.4"