This is mostly just the code from the previous attempt. All that was missing were the `.lib` files to link to on Windows.
15 lines
233 B
TOML
15 lines
233 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"crates/dtmt",
|
|
"crates/dtmm",
|
|
"lib/dtmt-shared",
|
|
"lib/oodle",
|
|
"lib/sdk",
|
|
"lib/serde_sjson",
|
|
"lib/steamlocate-rs",
|
|
]
|
|
|
|
[profile.release]
|
|
strip = "debuginfo"
|
|
lto = true
|