add server buildsystem base

This commit is contained in:
2025-04-30 20:08:59 +02:00
parent a9dd9bc87c
commit 1065bd1956
9 changed files with 770 additions and 3 deletions

View File

@@ -4,3 +4,9 @@ version = "0.1.0"
edition = "2024"
[dependencies]
http-body-util = "0.1.3"
hyper = { version = "1.6.0", features = ["full"] }
hyper-util = { version = "0.1.11", features = ["full"] }
serde = "1.0.219"
tokio = { version = "1.44.2", features = ["full"] }
toml = "0.8.22"