[package]
name = "palladium-http"
description = "HTTP listener integration for the Palladium actor runtime"
edition.workspace = true
version.workspace = true
license.workspace = true
readme.workspace = true
rust-version.workspace = true
[dependencies]
palladium-actor = { path = "../pd-actor", version = "0.6.0" }
axum = "0.7"
tokio = { version = "1", features = ["net", "time"] }
bytes = "1"
http = "1"