ckb-dao 0.116.1

This crate provides implementation to calculate dao field
Documentation
[package]
name = "ckb-dao"
version = "0.116.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
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.116.1" }
ckb-chain-spec = { path = "../../spec", version = "= 0.116.1" }
ckb-dao-utils = { path = "./utils", version = "= 0.116.1" }
ckb-traits = { path = "../../traits", version = "= 0.116.1" }

[dev-dependencies]