moonpool 0.2.2

A place to experiment around actors
Documentation
[package]
name = "moonpool"
version.workspace = true
authors.workspace = true
description.workspace = true
documentation.workspace = true
license.workspace = true
repository.workspace = true
edition.workspace = true
readme = "README.md"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "tokio_unstable"]
rustc-args = ["--cfg", "tokio_unstable"]

[dependencies]
moonpool-core = { path = "../moonpool-core", version = "0.2.2" }
moonpool-sim = { path = "../moonpool-sim", version = "0.2.2" }
moonpool-transport = { path = "../moonpool-transport", version = "0.2.2" }