Files
ddw3/rust/dw2003_pro_STFGTREP_data/Cargo.toml
Filipe Rodrigues e47b2e8639 Split STFGTREP's data into it's own crate.
Elf building now requires the start address.
Rust libraries now also extract to an object file ("temporarily" to fix a linker bug).
2023-02-01 02:54:16 +00:00

12 lines
158 B
TOML

[package]
edition = "2021"
name = "dw2003_pro_STFGTREP_data"
version = "0.1.0"
[lib]
crate-type = ["staticlib"]
[dependencies]
util = { path = "../util" }