17 lines
259 B
TOML
17 lines
259 B
TOML
[package]
|
|
name = "canvas"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
arbitrary = "1.4.1"
|
|
itertools = "0.14.0"
|
|
|
|
[dev-dependencies]
|
|
criterion = { version = "0.7", features = ["html_reports"] }
|
|
rand = "0.9.2"
|
|
|
|
[[bench]]
|
|
name = "painting"
|
|
harness = false
|