14 lines
168 B
TOML
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.38"
|