aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
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"