[package] name = "ckb-fixed-hash" version = "0.120.0" license = "MIT" authors = ["Nervos "] edition = "2021" description = "Provide several simple fixed-sized hash data type and their static constructors." homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] ckb-fixed-hash-core = { path = "core", version = "= 0.120.0" } ckb-fixed-hash-macros = { path = "macros", version = "= 0.120.0" }