add basic github api

This commit is contained in:
2025-10-10 23:48:52 +02:00
parent e6a57a49f1
commit 8d11965724
3 changed files with 1830 additions and 2 deletions

View File

@@ -2,3 +2,8 @@
name = "schafkopf-os"
version = "0.1.0"
edition = "2024"
[dependencies]
tokio = { version = "1", features = ["full"] }
octocrab = { version = "0.47"}
axum = "0.8.6"