mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-05 16:53:47 +00:00
23 lines
325 B
TOML
23 lines
325 B
TOML
[package]
|
|
name = "drv-extractor"
|
|
version = "0.1.0"
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
# Dcb
|
|
dcb-io = { path = "../../dcb-io" }
|
|
|
|
# Util
|
|
filetime = "0.2.14"
|
|
|
|
# Cmd
|
|
clap = "2.33.3"
|
|
|
|
# Logging
|
|
log = "0.4.13"
|
|
simplelog = "0.9.0"
|
|
|
|
# Error handling
|
|
anyhow = "1.0.38"
|