From d87a968e39d37a49eb19f44f0081ca98ebc9c662 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Sat, 14 Jan 2023 02:09:14 +0100 Subject: start on a proper CLI This involves actual command line arguments, and more progress bars! --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 468fafc..cf67d91 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "hittekaart" version = "0.1.0" edition = "2021" +description = "Generates OSM heatmap tiles from GPX tracks" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -10,12 +11,14 @@ name = "hittebench" harness = false [dependencies] +clap = { version = "4.1.0", features = ["derive"] } color-eyre = "0.6.2" colorgrad = "0.6.2" fnv = "1.0.7" image = "0.24.5" imageproc = "0.23.0" indicatif = "0.17.2" +is-terminal = "0.4.2" nalgebra = "0.31.4" num-traits = "0.2.15" rayon = "1.6.1" -- cgit v1.2.3