Open
Description
In the following code
Lines 298 to 337 in 29deea1
the falcon ztest library is evaluating CARGO_WORKSPACE_DIR
at compile time. This check also happens in any crate that consumes ztest and then goes on to transitively impact all crates in a dependency tree involving ztest. This is highly undesirable behavior. Figure out a better way to find workspace binaries than the current approach.