ckbes 0.202.0

CKB Easy Script is a framework for developing ckb contracts.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "blake2ya"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e0e6144a361a49cc2a282f75205a8e8658dac95e99020acdd7c9831fc4baf01"

[[package]]
name = "ckbes"
version = "0.202.0"
dependencies = [
 "blake2ya",
]