Started Rust Development (#10)
Reviewed-on: brotoskyj/CHAMP#10 Co-authored-by: brotoskyj <jbrotosky@gmail.com> Co-committed-by: brotoskyj <jbrotosky@gmail.com>
This commit was merged in pull request #10.
This commit is contained in:
+22
@@ -0,0 +1,22 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user