mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-03 16:16:33 +00:00
14 lines
219 B
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" |