aboutsummaryrefslogtreecommitdiff
path: root/dhwt-codec/Cargo.toml
blob: 080fe2030b2a9354a203bb533bf9b13d150b1c4b (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "dhwt-codec"
version = "0.1.0"
edition = "2021"

[dependencies]
bincode = "2.0.0-rc.2"
clap = { version = "4.0.26", features = ["derive"] }
rayon = "1.6.0"