this_algorithm/Cargo.toml
2023-04-18 21:13:42 -04:00

30 lines
541 B
TOML

[package]
name = "xpin"
version = "0.1.0"
edition = "2021"
[workspace]
members = [
".",
"./words",
"./xpin-wasm/",
"./web",
"./web-frontend/",
"./spatial-coordinate-systems/",
]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
[dependencies]
nom = "7.1.3"
s2 = {version="0.0.12", default-features=false}
thiserror = "1.0.38"
words = {path="./words"}
[dev-dependencies]
csv = "1.1"
geoutils = "0.5.1"
serde={version="1", features=["derive"]}