crb 0.0.13

CRB | Composable Runtime Blocks
Documentation
[dependencies.crb-actor]
version = "0.0.13"

[dependencies.crb-core]
version = "0.0.13"

[dependencies.crb-supervisor]
version = "0.0.13"

[dev-dependencies.anyhow]
version = "1.0.94"

[dev-dependencies.async-trait]
version = "0.1.83"

[dev-dependencies.tokio]
features = ["full"]
version = "1.42.0"

[lib]
name = "crb"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "CRB | Composable Runtime Blocks"
edition = "2021"
license = "MIT"
name = "crb"
readme = false
repository = "https://github.com/rationalintelligence/crb"
version = "0.0.13"

[[test]]
name = "test_actor"
path = "tests/test_actor.rs"

[[test]]
name = "test_routine"
path = "tests/test_routine.rs"

[[test]]
name = "test_trackable"
path = "tests/test_trackable.rs"