mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-08 11:28:44 +00:00
24 lines
421 B
TOML
24 lines
421 B
TOML
[package]
|
|
name = "dcb-util"
|
|
version = "0.1.0"
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
|
|
# Dcb
|
|
dcb-bytes = { path = "../dcb-bytes" }
|
|
|
|
# Util
|
|
arrayref = "0.3.6"
|
|
ascii = { version = "1.0.0", features = ["serde"] }
|
|
int-conv = "0.1.4"
|
|
either = "1.6.1"
|
|
|
|
# Serde
|
|
serde = { version = "1.0.120", features = ["derive"] }
|
|
|
|
# Derives
|
|
thiserror = "1.0.23"
|
|
ref-cast = "1.0.6"
|