grid/Cargo.toml

13 lines
206 B
TOML
Raw Normal View History

2020-03-31 22:26:00 +00:00
[package]
2020-04-01 20:17:54 +00:00
name = "grid"
2020-03-31 22:26:00 +00:00
version = "0.1.0"
2020-04-01 21:31:42 +00:00
authors = ["Armin Becher <armin.becher@gmai.com>"]
2020-03-31 22:26:00 +00:00
edition = "2018"
2020-04-01 20:17:54 +00:00
[dev-dependencies]
2020-03-31 22:26:00 +00:00
criterion = "0.3.1"
2020-04-04 11:28:18 +00:00
rand="0.7.3"
2020-03-31 22:26:00 +00:00
[[bench]]
2020-04-01 20:17:54 +00:00
name = "benches"
2020-03-31 22:26:00 +00:00
harness = false