This repository has been archived on 2026-05-04. You can view files and clone it, but cannot push or open issues or pull requests.
Files
TIPE/Code/ldpc/Cargo.toml
2026-02-13 15:31:36 +01:00

9 lines
108 B
TOML

[package]
name = "ldpc"
version = "0.1.0"
edition = "2024"
[dependencies]
rand = "0.10.0"
rayon = "1.11.0"