[package] name = "ckb-stop-handler" version = "0.120.0" authors = ["Nervos Core Dev "] 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.120.0" } tokio = { version = "1", features = ["sync"] } ckb-channel = { path = "../channel", version = "= 0.120.0" } ckb-util = { path = "..", version = "= 0.120.0" } ckb-async-runtime = { path = "../runtime", version = "= 0.120.0" } tokio-util = "0.7.8" [dev-dependencies]