[package]
name = "hub"
version = "0.1.0"
edition = "2024"

[lib]
crate-type = ["lib", "cdylib", "staticlib"]

[dependencies]
rinf = "8.8.1"
tokio_with_wasm = {{ version = "0.9", features = ["rt", "macros", "sync", "time"] }}
{}
async-trait = "0.1.87"
