ckb-async-runtime 0.116.1

CKB async runtime wrapper.
Documentation
[package]
name = "ckb-async-runtime"
version = "0.116.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
description = "CKB async runtime wrapper."
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
tokio = { version = "1", features = ["full"] }
ckb-logger = { path = "../logger", version = "= 0.116.1" }
ckb-spawn = {  path = "../spawn", version = "= 0.116.1" }