ddw3/tools/ddw3-bytes/Cargo.toml
Filipe Rodrigues 13520e2890 Initial commit.
Can build the final binary.
2022-10-20 21:17:29 +01:00

14 lines
168 B
TOML

[package]
edition = "2021"
name = "ddw3-bytes"
version = "0.1.0"
[dependencies]
# Bytes
arrayref = "0.3.6"
byteorder = "1.4.3"
# Error handling
thiserror = "1.0.37"