Added error handling in Geolocate API

This commit is contained in:
brotoskyj
2025-02-24 19:45:26 +00:00
parent 768ad21449
commit 6cc8e9bfe3
7 changed files with 231 additions and 27 deletions
+2
View File
@@ -6,7 +6,9 @@ edition = "2021"
[dependencies]
reqwest = { version = "0.12.12", features = ["blocking"] }
serde_json = "1.0.137"
simple-ldap = "2.1.1"
slint = "1.9.2"
tokio = { version = "1.43.0", features = ["full"] }
[build-dependencies]
slint-build = "1.9.2"