wtns-file 0.1.0

Snarkjs .wtns binary file format parser/serializer
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"

[[package]]
name = "wtns-file"
version = "0.1.0"
dependencies = [
 "byteorder",
]