mercator 0.1.2

Mercator projection for WGS84 to 2d zone
Documentation
[package]
name = "mercator"
version = "0.1.2"
authors = ["damody <t1238142000@gmail.com>"]
description = "Mercator projection for WGS84 to 2d zone"
license = "MIT"
documentation = "https://damody.github.io/mercator/doc/mercator/index.html"
repository = "https://github.com/damody/mercator"

include = [
    "**/*.rs",
    "Cargo.toml",
]

[dependencies]