[package] name = "ckb-light-client-protocol-server" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "Server-side implementation for CKB light client protocol." homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] ckb-network = { path = "../../network", version = "= 0.120.0" } ckb-shared = { path = "../../shared", version = "= 0.120.0" } ckb-logger = { path = "../logger", version = "= 0.120.0" } ckb-types = { path = "../types", version = "= 0.120.0" } ckb-store = { path = "../../store", version = "= 0.120.0" } ckb-merkle-mountain-range = "0.5.2" ckb-systemtime = {path = "../systemtime", version = "= 0.120.0"} [dev-dependencies]