mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
28 lines
473 B
TOML
28 lines
473 B
TOML
[package]
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
name = "dcb-mkdrv"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
# Dcb
|
|
dcb-drv = {path = "../../dcb-drv"}
|
|
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "8c9cb2d"}
|
|
|
|
# Util
|
|
chrono = "0.4.19"
|
|
filetime = "0.2.14"
|
|
itertools = "0.10.0"
|
|
size_format = "1.0.2"
|
|
|
|
# Cmd
|
|
clap = "2.33.3"
|
|
|
|
# Logging
|
|
log = "0.4.13"
|
|
simplelog = "0.9.0"
|
|
|
|
# Error handling
|
|
anyhow = "1.0.38"
|
|
thiserror = "1.0.23"
|