diff --git a/Cargo.toml b/Cargo.toml index cd49ac2..426a809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,10 +2,12 @@ name = "geo-core" version = "0.1.0" authors = ["Ben Calnan "] +description = "Common tools for working with spatial data" edition = "2018" license = "MIT OR Apache-2.0" keywords = ["geospatial"] include = ["/src"] +repository = "https://github.com/bencalnan/geo-core-rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html