dcb/dcb-cdrom-xa/Cargo.toml
2021-04-24 05:50:38 +01:00

22 lines
332 B
TOML

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