From 7e383831da6fc803fb1ae1b51a79d977d173aba1 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 24 Feb 2019 14:16:25 +0100 Subject: Add more metadata to Cargo.toml before publishing. --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 06171b1..b4a2290 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "oslobike" version = "0.1.0" authors = ["Harald Eilertsen "] license = "GPL-3.0-or-later" +description = "A rust wrapper for the Oslo City Bike open API." +homepage = "https://code.volse.no/oslobike.git/" +repository = "https://code.volse.no/oslobike.git/" +readme = "README.md" +keywords = ["oslo", "citybike", "api"] +categories = ["api-bindings"] edition = "2018" [dependencies] -- cgit v1.2.3