[package]
name = "roxy-runtime"
description = "Runtime implementations for Roxy RPC proxy"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
roxy-traits.workspace = true
tokio.workspace = true
derive_more.workspace = true