[package] name = "medi-rs" description = "A yet another mediator library for Rust" version = "1.0.0" edition = "2021" authors = ["Burak "] license = "MIT" homepage = "https://github.com/klab365/medi-rs" repository = "https://github.com/klab365/medi-rs" keywords = ["mediator"] readme = "Readme.md" [dependencies] thiserror = "1.0.64" tokio = {version = "1.40.0", features = ["full"]} [dev-dependencies] rand = "0.8.5"