init: GitHub/Gitea contribution heatmap apps

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-23 21:57:49 +08:00
commit 2d1c7fc59b
46 changed files with 17315 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
[package]
name = "gitea-heatmap"
version = "1.0.0"
edition = "2021"
[lib]
name = "gitea_heatmap_lib"
crate-type = ["lib"]
[build-dependencies]
tauri-build = { version = "2", features = [] }
[dependencies]
tauri = { version = "2", features = ["tray-icon"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
reqwest = { version = "0.12", features = ["json"] }
[profile.dev]
incremental = true
[profile.release]
codegen-units = 1
lto = true
opt-level = "s"
panic = "abort"