mirror of
https://github.com/Vale54321/schafkop-neu.git
synced 2025-12-11 18:09:34 +01:00
13 lines
310 B
TOML
13 lines
310 B
TOML
[package]
|
|
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" |