this_algorithm/spatial-coordinate-systems/Cargo.toml
2023-03-19 23:10:39 -04:00

14 lines
290 B
TOML

[package]
name = "spatial-coordinate-systems"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
dms-coordinates = "1.1.0"
nom = "7.1.3"
pluscodes = "0.5.0"
thiserror = "1.0.40"
utm = "0.1.6"