Add power connection and steiner tree
This commit is contained in:
parent
8f163269bd
commit
af625cf905
7 changed files with 339 additions and 10 deletions
|
|
@ -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"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue