diff options
Diffstat (limited to 'src/model/Cargo.toml')
-rw-r--r-- | src/model/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/model/Cargo.toml b/src/model/Cargo.toml index be3b1449..66ee76b5 100644 --- a/src/model/Cargo.toml +++ b/src/model/Cargo.toml @@ -3,6 +3,9 @@ name = "garage_model" version = "0.1.0" authors = ["Alex Auvolat <alex@adnab.me>"] edition = "2018" +license = "GPL-3.0" +description = "Core data model for the Garage object store" +repository = "https://git.deuxfleurs.fr/Deuxfleurs/garage" [lib] path = "lib.rs" |