summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: d1c48a3e77d109312df1a228ea37412297a35e24 (plain)
1
2
3
4
5
6
7
8
9
[package]
name = "berlekamp"
version = "0.1.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
num = "0.4.1"