dcb/dcb-io/Cargo.toml
Filipe Rodrigues 9fa368afe4 Removed unnecessary dependencies on most things.
Turned `dcb-tools` into several packages.
Revised `dcb-util` a bit.
2021-01-21 22:30:29 +00:00

24 lines
411 B
TOML

[package]
name = "dcb-io"
version = "0.1.0"
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
edition = "2018"
[dependencies]
# Dcb
dcb-bytes = { path = "../dcb-bytes" }
dcb-util = { path = "../dcb-util" }
dcb-iso9660 = { path = "../dcb-iso9660" }
dcb-cdrom-xa = { path = "../dcb-cdrom-xa" }
# Log
log = "0.4.13"
# Util
byteorder = "1.4.2"
chrono = "0.4.19"
# Derives
thiserror = "1.0.23"