this_algorithm/spatial-coordinate-systems/Cargo.toml

14 lines
290 B
TOML
Raw Normal View History

[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"