diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-11-02 15:57:23 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-11-02 15:57:23 +0100 |
commit | b3caa3628dbe26c76494333472815c9b59a1104c (patch) | |
tree | 08f3e8707e9490f32e681ffc59ff630e24b2857f | |
parent | cea871d944e36222f5fdabe3e907cb8cf86d26e8 (diff) | |
download | garage-b3caa3628dbe26c76494333472815c9b59a1104c.tar.gz garage-b3caa3628dbe26c76494333472815c9b59a1104c.zip |
Fix description of the crate
-rw-r--r-- | src/web/Cargo.toml | 2 |
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] |