diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2019-02-24 14:16:25 +0100 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2019-02-24 14:16:25 +0100 |
commit | 7e383831da6fc803fb1ae1b51a79d977d173aba1 (patch) | |
tree | 9814549cac470142517a602d6779782da0ce9af0 | |
parent | 33a15fcd68dffcef713a634f5f0925b413d4f9a8 (diff) | |
download | oslobike-7e383831da6fc803fb1ae1b51a79d977d173aba1.tar.gz oslobike-7e383831da6fc803fb1ae1b51a79d977d173aba1.tar.bz2 oslobike-7e383831da6fc803fb1ae1b51a79d977d173aba1.zip |
-rw-r--r-- | Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |