diff options
author | Alex Auvolat <alex@adnab.me> | 2020-05-01 15:52:35 +0000 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-05-01 15:52:35 +0000 |
commit | d867bbcfb513761c6709347509b8438cfdf408c7 (patch) | |
tree | 2eda9af740d620eb4b731012e1dda2e4040a895d /src/util/Cargo.toml | |
parent | 33249717010b1173fc28ba188e5fe6d580fbf393 (diff) | |
download | garage-d867bbcfb513761c6709347509b8438cfdf408c7.tar.gz garage-d867bbcfb513761c6709347509b8438cfdf408c7.zip |
Implement DeleteObjects
Diffstat (limited to 'src/util/Cargo.toml')
-rw-r--r-- | src/util/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/Cargo.toml b/src/util/Cargo.toml index 6f61a586..d8c39c62 100644 --- a/src/util/Cargo.toml +++ b/src/util/Cargo.toml @@ -32,4 +32,5 @@ hyper = "0.13" rustls = "0.17" webpki = "0.21" +roxmltree = "0.11" |