Files
ddw3/rust/Cargo.toml
Filipe Rodrigues 4dec68f7ab Changed most directories to lowercase.
This excludes dw3/ and dw2003/ since they're meant to be the "remaining" files that we have yet to unpack.
Given this they'll keep their original name until they find their place elsewhere.
2023-09-03 10:02:29 +01:00

21 lines
474 B
TOML

[workspace]
resolver = "2"
members = [
"dw2003_exe_data",
"dw2003_exe_digimon_profiles",
"dw2003_pro_stfgtrep_data",
"dw2003_pro_stgtrain_data",
"util",
]
[workspace.dependencies]
# Workspace
dw2003_exe_data = { path = "dw2003_exe_data" }
dw2003_exe_digimon_profiles = { path = "dw2003_exe_digimon_profiles" }
dw2003_pro_stfgtrep_data = { path = "dw2003_pro_stfgtrep_data" }
dw2003_pro_stgtrain_data = { path = "dw2003_pro_stgtrain_data" }
util = { path = "util" }