[package]
edition = "2021"
name = "tidepool-effect"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Effect system and handlers for Tidepool Core"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/tidepool-heavy-industries/tidepool"
[features]
async = []
default = []
[lib]
name = "tidepool_effect"
path = "src/lib.rs"
[dependencies.frunk]
version = "0.4"
[dependencies.tidepool-bridge]
version = "0.0.1"
[dependencies.tidepool-eval]
version = "0.0.1"
[dependencies.tidepool-repr]
version = "0.0.1"
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt",
]