[package] name = "ckb-notify" version = "0.120.0" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" description = "TODO(doc): @quake crate description" homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] ckb-logger = { path = "../util/logger", version = "= 0.120.0" } ckb-app-config = { path = "../util/app-config", version = "= 0.120.0" } ckb-types = { path = "../util/types", version = "= 0.120.0" } ckb-stop-handler = { path = "../util/stop-handler", version = "= 0.120.0" } ckb-async-runtime = { path = "../util/runtime", version = "= 0.120.0" } [target.'cfg(target_family = "wasm")'.dependencies] tokio = { version = "1", features = ["sync"] } [target.'cfg(not(target_family = "wasm"))'.dependencies] tokio = { version = "1", features = ["sync", "process"] } [dev-dependencies]