aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2019-02-24 14:16:25 +0100
committerHarald Eilertsen <haraldei@anduin.net>2019-02-24 14:16:25 +0100
commit7e383831da6fc803fb1ae1b51a79d977d173aba1 (patch)
tree9814549cac470142517a602d6779782da0ce9af0
parent33a15fcd68dffcef713a634f5f0925b413d4f9a8 (diff)
downloadoslobike-7e383831da6fc803fb1ae1b51a79d977d173aba1.tar.gz
oslobike-7e383831da6fc803fb1ae1b51a79d977d173aba1.tar.bz2
oslobike-7e383831da6fc803fb1ae1b51a79d977d173aba1.zip
Add more metadata to Cargo.toml before publishing.HEADmaster
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
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 <haraldei@anduin.net>"]
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]