[package] name = "ckb-dao" version = "0.120.0" license = "MIT" authors = ["Nervos Core Dev "] edition = "2021" description = "This crate provides implementation to calculate dao field" homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] byteorder = "1.3.1" ckb-types = { path = "../types", version = "= 0.120.0" } ckb-chain-spec = { path = "../../spec", version = "= 0.120.0" } ckb-dao-utils = { path = "./utils", version = "= 0.120.0" } ckb-traits = { path = "../../traits", version = "= 0.120.0" } [dev-dependencies]