aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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]