Refactor into different crates
This commit is contained in:
parent
94473c64e0
commit
dfdeae5638
82 changed files with 624 additions and 647 deletions
11
factorio-blueprint-generator/Cargo.toml
Normal file
11
factorio-blueprint-generator/Cargo.toml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
[package]
|
||||
name = "factorio-blueprint-generator"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
factorio-pathfinding = { path = "../factorio-pathfinding" }
|
||||
factorio-core = { path = "../factorio-core" }
|
||||
factorio-blueprint = { path = "../factorio-blueprint" }
|
||||
serde_json = "1.0.135"
|
||||
clap = { version = "4.5.26", features = ["derive"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue