Files
performance_aware_programming/haversine-app/Cargo.toml
2023-06-04 16:19:07 +01:00

14 lines
342 B
TOML

[package]
name = "haversine-app"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
clap = { version = "4.3.1", features = [ "derive" ] }
haversine = { path = "../haversine" }
json = { path = "../json" }
byteorder = "1.4.3"
utf8-read = "0.4.0"