mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 08:23:13 +00:00
25 lines
413 B
TOML
25 lines
413 B
TOML
[package]
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
name = "dcb-undrv"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
# Dcb
|
|
dcb-drv = {path = "../../dcb-drv"}
|
|
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "8c9cb2d"}
|
|
|
|
# Util
|
|
filetime = "0.2.14"
|
|
size_format = "1.0.2"
|
|
|
|
# Cmd
|
|
clap = "2.33.3"
|
|
|
|
# Logging
|
|
log = "0.4.14"
|
|
simplelog = "0.9.0"
|
|
|
|
# Error handling
|
|
anyhow = "1.0.38"
|