aboutsummaryrefslogtreecommitdiff
path: root/dhwt-codec/Cargo.toml
blob: 92be2a4e56724a4b807b13044bf66cd0cf58417f (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.3"
clap = { version = "4.4.7", features = ["derive"] }
rayon = "1.8.0"