ckb-stop-handler 0.114.0-rc3

TODO(doc): @keroro520 crate description
Documentation
[package]
name = "ckb-stop-handler"
version = "0.114.0-rc3"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2021"
license = "MIT"
description = "TODO(doc): @keroro520 crate description"
homepage = "https://github.com/nervosnetwork/ckb"
repository = "https://github.com/nervosnetwork/ckb"

[dependencies]
ckb-logger = { path = "../logger", version = "= 0.114.0-rc3" }
tokio = { version = "1", features = ["sync", "rt-multi-thread"] }
ckb-channel = { path = "../channel", version = "= 0.114.0-rc3" }
ckb-util = { path = "..", version = "= 0.114.0-rc3" }
once_cell = "1.8.0"
ckb-async-runtime = { path = "../runtime", version = "= 0.114.0-rc3" }
tokio-util = "0.7.8"


[dev-dependencies]