mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-15 19:29:34 +01:00
add basic github api
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user