roxy-runtime 0.1.0

Runtime implementations for Roxy RPC proxy
[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]
# internal
roxy-traits.workspace = true

# async
tokio.workspace = true

# derive macros
derive_more.workspace = true