diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2021-05-02 22:30:56 +0200 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2021-05-03 21:55:30 +0200 |
commit | 631c36b3ff76f9b09a5aed54dc343469a89f9989 (patch) | |
tree | 3f9c3b9741de7afb012cd354e3da6316750c13b5 /src/api/Cargo.toml | |
parent | ee2a3d363b70ca9e7572c30ca9547f7fd7f8f608 (diff) | |
download | garage-631c36b3ff76f9b09a5aed54dc343469a89f9989.tar.gz garage-631c36b3ff76f9b09a5aed54dc343469a89f9989.zip |
S3 API: support ListBuckets
Diffstat (limited to 'src/api/Cargo.toml')
-rw-r--r-- | src/api/Cargo.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/api/Cargo.toml b/src/api/Cargo.toml index 0b824ca3..b9fc4bfc 100644 --- a/src/api/Cargo.toml +++ b/src/api/Cargo.toml @@ -38,4 +38,6 @@ http-range = "0.1" hyper = "0.14" percent-encoding = "2.1.0" roxmltree = "0.14" +serde = { version = "1.0", features = ["derive"] } +quick-xml = { version = "0.21", features = [ "serialize" ] } url = "2.1" |