Files
CHAMP/Cargo.toml
T
brotoskyj 313af54dca Modules Progress
1. Completed Geolocate API Module
2. Started User Search Modules
3. Laid ground work for Computer Modules

Added error handling in Geolocate API

Added place holder for update check function

Support for C$ File Explorer
1. Need to implement threaded file explorer to prevent parent thread blocking
https://pm.racooncity.org/project/champ/kanban

Support for C$ File Explorer
1. Need to implement multi threaded file explorer to prevent parent thread blocking
https://pm.racooncity.org/project/champ/kanban
2025-03-11 03:09:17 +00:00

26 lines
553 B
TOML

[package]
name = "champ"
version = "2025.3.6"
edition = "2021"
[dependencies]
native-dialog = { version = "0.7.0", features = ["windows_dpi_awareness", "windows_visual_styles"] }
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"
[profile.release]
opt-level = "z"
lto = "fat"
debug = false
codegen-units = 1
panic = 'abort'
strip = true
debug-assertions = false
overflow-checks = false