happy-kitchen-89482
02/12/2025, 2:16 AMsrc/rust/engine
? Seems like it should be src/rust/client
. Was this just for convenience (so that ./cargo
works for it, for example)? It seems like that engine/
prefix is misleading and does nothing for us?fast-nail-55400
02/13/2025, 7:15 PMsrc/rust/engine
and not `src/rust`; that is, there is no Cargo.toml
in src/rust
. Thus, I assume whoever wrote the client
crate just stuffed it under the workspace, i.e., src/rust/engine
.fast-nail-55400
02/13/2025, 7:16 PMsrc/rust
the Rust workspace root and move most of the crates currently under src/rust/engine
to src/rust
.