16 lines
254 B
TOML
16 lines
254 B
TOML
[package]
|
|
name = "ldpc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
image = "0.24"
|
|
rand = "0.8"
|
|
rand_distr = "0.4.3"
|
|
thiserror = "1.0"
|
|
serde = { version = "1.0", features = ["derive"] }
|
|
bincode = "1.3"
|
|
|
|
[dev-dependencies]
|
|
approx = "0.5"
|