[package] name = "ckb-chain-iter" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "TODO(doc): @quake crate description" homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ckb-types = { path = "../types", version = "= 0.120.0" } ckb-store = { path = "../../store", version = "= 0.120.0" }