aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-11-02 15:57:23 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-11-02 15:57:23 +0100
commitb3caa3628dbe26c76494333472815c9b59a1104c (patch)
tree08f3e8707e9490f32e681ffc59ff630e24b2857f /src
parentcea871d944e36222f5fdabe3e907cb8cf86d26e8 (diff)
downloadgarage-b3caa3628dbe26c76494333472815c9b59a1104c.tar.gz
garage-b3caa3628dbe26c76494333472815c9b59a1104c.zip
Fix description of the crate
Diffstat (limited to 'src')
-rw-r--r--src/web/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/Cargo.toml b/src/web/Cargo.toml
index 8b3743dc..796478ae 100644
--- a/src/web/Cargo.toml
+++ b/src/web/Cargo.toml
@@ -4,7 +4,7 @@ version = "0.1.0"
authors = ["Alex Auvolat <alex@adnab.me>", "Quentin Dufour <quentin@dufour.io>"]
edition = "2018"
license = "GPL-3.0"
-description = "Utility crate for the Garage object store"
+description = "S3-like website endpoint crate for the Garage object store"
repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage"
[lib]