[package] name = "ckb-proposal-table" version = "0.120.0" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html description = "The CKB proposal table" homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] ckb-logger = { path = "../logger", version = "= 0.120.0" } ckb-chain-spec = { path = "../../spec", version = "= 0.120.0" } ckb-types = { path = "../types", version = "= 0.120.0" }