mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-13 05:13:10 +00:00
17 lines
251 B
TOML
17 lines
251 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"
|
|
|
|
# Derives
|
|
thiserror = "1.0.23" |