mirror of
https://github.com/PacktPublishing/Rust-High-Performance.git
synced 2026-01-25 02:34:19 +09:00
17 lines
235 B
TOML
17 lines
235 B
TOML
[package]
|
|
name = "example2"
|
|
version = "0.1.0"
|
|
authors = ["Razican <razican@protonmail.ch>"]
|
|
|
|
[lib]
|
|
name = "test_bench"
|
|
path = "src/lib.rs"
|
|
bench = false
|
|
|
|
[[bench]]
|
|
name = "example"
|
|
harness = false
|
|
|
|
[dev-dependencies]
|
|
bencher = "0.1.4"
|