examples: add examples with custom ConnectionBuilder

This commit is contained in:
David Mládek
2025-12-17 14:20:27 +01:00
parent 649f19fcb5
commit f1b4dee9c7
7 changed files with 1335 additions and 114 deletions
+12
View File
@@ -0,0 +1,12 @@
[package]
name = "example-serve-with-rama"
version = "0.1.0"
edition = "2021"
publish = false
[dependencies]
axum = { path = "../../axum" }
pin-project-lite = "0.2.7"
rama = { version = "0.3.0-alpha.3", features = ["http-full", "tower"], default-features = false }
tokio = { version = "1.0", features = ["full"] }
tower = { version = "0.5.2", features = ["util"] }