Filipe Rodrigues c3a3bae6fc
Removed need to extract object files from rust staticlibs.
Using `--whole-archive` works for all dependencies with just 1 `staticlib`.
`exe` had 2 `staticlib`s, so we make them normal libraries and combine them in one single `staticlib`.
2024-08-05 14:17:17 +01:00

9 lines
115 B
TOML

[package]
edition = "2021"
name = "dw2003_exe_data"
version = "0.1.0"
[dependencies]
util = { workspace = true }