dcb/Cargo.toml
Filipe Rodrigues e943819853 Added bounds on the Bytes error types.
Started using `err-impl`, fork of `err-derive` that does not implement `Display` or `From`.
2020-04-20 21:56:35 +01:00

21 lines
314 B
TOML

[package]
name = "dcb"
version = "0.1.0"
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
edition = "2018"
[dependencies]
# Log
log = "0.4"
# Util
byteorder = "1.3"
# Serde
serde = { version = "1.0", features = ["derive"] }
# Derives
derive_more = "0.99"
err-impl = { path = "../err-impl" }