mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-25 00:00:23 +02:00
13 lines
366 B
TOML
13 lines
366 B
TOML
[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"] }
|