21 lines
254 B
TOML
Executable file
21 lines
254 B
TOML
Executable file
[package]
|
|
name = "crc"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
|
|
[lib]
|
|
path = "src/rs/lib.rs"
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
iai = "0.1.1"
|
|
|
|
[[bench]]
|
|
name = "crc32bench"
|
|
harness = false
|
|
|
|
[[bench]]
|
|
name = "crc32bench_iai"
|
|
harness = false
|