dcb/dcb-bytes/Cargo.toml

14 lines
219 B
TOML

[package]
name = "dcb-bytes"
version = "0.1.0"
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
edition = "2018"
[dependencies]
# Bytes
byteorder = "1.4.2"
arrayref = "0.3.6"
# Util
either = "1.6.1"