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