From 9af8ca8e97f8eb49c2951c590d829ee505dc4078 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 17 Sep 2019 11:42:13 +0100 Subject: [PATCH] More metadata --- implementations/rust/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/implementations/rust/Cargo.toml b/implementations/rust/Cargo.toml index df8b5bd..8551660 100644 --- a/implementations/rust/Cargo.toml +++ b/implementations/rust/Cargo.toml @@ -3,6 +3,13 @@ name = "preserves" version = "0.1.0" authors = ["Tony Garnock-Jones "] edition = "2018" +description = "Implementation of the Preserves serialization format via serde." +homepage = "https://preserves.gitlab.io/" +repository = "https://gitlab.com/preserves/preserves" +license = "Apache-2.0" + +[badges] +gitlab = { repository = "preserves/preserves" } [dependencies] num = "0.2"