mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
38 lines
618 B
TOML
38 lines
618 B
TOML
[package]
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
name = "dcb-uniso-bin"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
# Dcb
|
|
dcb = {path = "../../dcb"}
|
|
dcb-bytes = {path = "../../dcb-bytes"}
|
|
dcb-cdrom-xa = {path = "../../dcb-cdrom-xa"}
|
|
dcb-iso9660 = {path = "../../dcb-iso9660"}
|
|
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "8c9cb2d"}
|
|
|
|
# Text
|
|
ascii = "1.0"
|
|
|
|
# Helpers
|
|
byteorder = "1.3"
|
|
int-conv = "0.1"
|
|
|
|
# Cmd
|
|
clap = "2.33"
|
|
|
|
# Logging
|
|
log = "0.4"
|
|
simplelog = "0.8"
|
|
|
|
# Error handling
|
|
anyhow = "1.0"
|
|
|
|
# Derives
|
|
derive_more = "0.99"
|
|
|
|
# Serde
|
|
serde = "1.0"
|
|
serde_yaml = "0.8"
|