This commit is contained in:
2026-03-28 02:53:32 -04:00
commit 0d16742a67
51 changed files with 2818 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "rs-hyper"
version = "0.1.0"
edition = "2024"
[dependencies]
http-body-util = "0.1.3"
hyper = { version = "1.8.1", features = ["full"] }
hyper-util = { version = "0.1.20", features = ["tokio"] }
tokio = { version = "1.50.0", features = ["full"] }