2024-07-18 19:12:58 +02:00
|
|
|
[package]
|
|
|
|
name = "executor-poc"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[dependencies]
|
2024-10-10 10:23:54 +02:00
|
|
|
image = "0.25.1"
|
|
|
|
indexmap = "2.2.6"
|
|
|
|
nalgebra = "0.33.0"
|
|
|
|
petgraph.workspace = true
|
2024-07-18 19:12:58 +02:00
|
|
|
|
|
|
|
[lints]
|
|
|
|
workspace = true
|