Files
ddw3/rust/dw2003_exe_data/Cargo.toml
Filipe Rodrigues 9b89611882 Restructured elf and psexe building
Moved assembly to `asm/` and mips rust to `rust/`.
2022-10-29 07:22:58 +01:00

10 lines
120 B
TOML

[package]
edition = "2021"
name = "dw2003_exe_data"
version = "0.1.0"
[lib]
crate-type = ["staticlib"]
[dependencies]