You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to run the CLI tool with cargo run -p bdat-toolset and check all code with cargo check. I can always cd into the toolset directory, but that creates multiple target directories.
The text was updated successfully, but these errors were encountered:
Gotcha! 854ddfd adds the toolset crate to the workspace.
I was concerned at first about having Cargo.lock in the lib root, but as it turns out, clients ignore it for libraries even if present.
On another note, I'm making some API changes in a separate branch, so some 0.4 features might not work in 0.5. These changes mostly come from my use of the library in Recordkeeper and the enemy compendium, so they boil down to allowing the library to be used more ergonomically with XC3 BDATs (and similarly, older BDATs) at the expense of some conveniences for multi-version support. If you have some other use cases you think the library could be improved for, then please do tell.
I would like to be able to run the CLI tool with
cargo run -p bdat-toolset
and check all code withcargo check
. I can always cd into the toolset directory, but that creates multiple target directories.The text was updated successfully, but these errors were encountered: