mirror of
https://forge.katzen.cafe/katzen-cafe/iowo.git
synced 2024-11-05 15:26:24 +01:00
14 lines
191 B
TOML
14 lines
191 B
TOML
[package]
|
|
name = "executor-poc"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
image = "0.25.1"
|
|
indexmap = "2.2.6"
|
|
nalgebra = "0.33.0"
|
|
petgraph.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|