Files
CHAMP/Cargo.toml
T
brotoskyj 18ab70c299 1. Finished GUI
2. Implemented Geolocation API
2025-01-28 14:51:14 -05:00

23 lines
375 B
TOML

[package]
name = "champ"
version = "0.1.0"
edition = "2021"
[dependencies]
reqwest = { version = "0.12.12", features = ["blocking"] }
serde_json = "1.0.137"
slint = "1.9.2"
[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