summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c0becf2..cbfe69f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,9 +6,9 @@ edition = "2024"
[dependencies]
anyhow = "1.0.97"
env_logger = "0.11.7"
+glam = "0.30.1"
indicatif = { version = "0.17.11", features = ["rayon"] }
log = "0.4.27"
osm-pbf-reader = "0.1.1"
rayon = "1.10.0"
-glam = "0.30.1"
weareshared = { path = "../wearechat/shared" }