mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-06 09:27:41 +00:00
21 lines
308 B
TOML
21 lines
308 B
TOML
[package]
|
|
name = "dcb-pak"
|
|
version = "0.1.0"
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
|
|
# Dcb
|
|
dcb-bytes = { path = "../dcb-bytes" }
|
|
dcb-util = { path = "../dcb-util" }
|
|
|
|
# Log
|
|
log = "0.4.13"
|
|
|
|
# Util
|
|
byteorder = "1.4.2"
|
|
|
|
# Derives
|
|
thiserror = "1.0.23"
|