astria-bridge-withdrawer writes its generated code to crates/astria-bridge-withdrawer/generated/. It's common practice to ephemeral generated code that's not committed to $OUT_DIR in order to not pollute the working directory, see https://doc.rust-lang.org/cargo/reference/environment-variables.html
astria-bridge-withdrawer writes its generated code to
crates/astria-bridge-withdrawer/generated/. It's common practice to ephemeral generated code that's not committed to$OUT_DIRin order to not pollute the working directory, see https://doc.rust-lang.org/cargo/reference/environment-variables.html