mirror of
https://github.com/Zenithsiz/dcb.git
synced 2026-02-04 00:21:57 +00:00
27 lines
437 B
TOML
27 lines
437 B
TOML
[package]
|
|
authors = ["Filipe Rodrigues <filipejacintorodrigues1@gmail.com>"]
|
|
edition = "2018"
|
|
name = "dcb-untmd"
|
|
version = "0.1.0"
|
|
|
|
[dependencies]
|
|
# Dcb
|
|
zutil = {git = "https://github.com/Zenithsiz/zutil", rev = "896cf73ac7ca2551a1d0fad2fb2eb7d98941d00a"}
|
|
|
|
# Cmd
|
|
clap = "2.33.3"
|
|
|
|
# Logging
|
|
log = "0.4.13"
|
|
simplelog = "0.9.0"
|
|
|
|
# Error handling
|
|
anyhow = "1.0.38"
|
|
|
|
# Util
|
|
byteorder = "1.4.2"
|
|
size_format = "1.0.2"
|
|
|
|
# Math
|
|
cgmath = "0.18.0"
|