build easy app

This commit is contained in:
Attilio Greco
2026-02-01 00:00:02 +01:00
parent a2f6f48dc7
commit ea1c6e0614
7 changed files with 8076 additions and 0 deletions

18
Cargo.toml Normal file
View File

@@ -0,0 +1,18 @@
[package]
name = "slint-rust-template"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
slint = "1.14.1"
reqwest = { version = "0.12", features = ["json"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
dotenvy = "0.15"
chrono = "0.4"
[build-dependencies]
slint-build = "1.14.1"