You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
560 B
26 lines
560 B
[package]
|
|
name = "stackline"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
# dyn-clone = "1.0"
|
|
palette = "0.6"
|
|
enum_dispatch = "0.3"
|
|
contracts = { version = "0.6.3", features = ["override_debug"] }
|
|
veccell = "0.2"
|
|
pathfinding = "3.0"
|
|
|
|
[dev-dependencies]
|
|
colored = "2.0"
|
|
criterion = { version = "0.3.5", features = ["html_reports"] }
|
|
|
|
[build-dependencies]
|
|
syn = {version = "1.0", features = ["full", "parsing"] }
|
|
|
|
[[bench]]
|
|
name = "dispatch"
|
|
harness = false
|