Add power connection and steiner tree

This commit is contained in:
hal8174 2025-03-03 22:45:24 +01:00
parent 8f163269bd
commit af625cf905
7 changed files with 339 additions and 10 deletions

View file

@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
factorio-core = { path = "../factorio-core" }
factorio-graph = { path = "../factorio-graph" }
base64 = "0.22.1"
bon = "3.3.2"
clap = { version = "4.5.26", features = ["derive"] }