From e19d548ede5b06103a765d9082f3bf73c98bb73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Fri, 24 Apr 2020 00:12:40 +0200 Subject: [PATCH] add repo link --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 698cc59..5b4c5b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,6 +5,7 @@ authors = ["Ondřej Hruška "] description = "Parse latitude/longitude from many common formats" edition = "2018" readme = "README.md" +repository = "https://git.ondrovo.com/packages/latlon" keywords = ["gps", "geo", "geography", "geospatial", "location", "parse"] categories = ["parser-implementations", "science"] license = "MIT"