mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-07 10:02:59 +00:00
26 lines
382 B
TOML
26 lines
382 B
TOML
[package]
|
|
name = "dcb-unmsd"
|
|
version = "0.1.0"
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
# Dcb
|
|
dcb-util = { path = "../../dcb-util" }
|
|
|
|
# Cmd
|
|
clap = "2.33.3"
|
|
|
|
# Logging
|
|
log = "0.4.13"
|
|
simplelog = "0.9.0"
|
|
|
|
# Error handling
|
|
anyhow = "1.0.38"
|
|
|
|
# Utility
|
|
itertools = "0.10.0"
|
|
byteorder = "1.4.3"
|
|
|
|
# Strings
|
|
encoding_rs = "0.8.28" |