add basic github api

This commit is contained in:
2025-10-10 23:48:52 +02:00
parent e6a57a49f1
commit 730b4c508b
5 changed files with 2219 additions and 17 deletions

View File

@@ -2,3 +2,12 @@
name = "schafkopf-os"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
octocrab = { version = "0.47"}
axum = "0.8.6"
askama = "0.14.0"
tower-http = { version = "0.6", features = ["fs", "compression-full", "set-header"] }
tower = "0.5.2"
http = "1.3.1"