// NOTE: This code is currently out of order.
// Refer to [the PR introducing this change][1] to learn more about the reasons.
// TL;DR: When running `cargo release --dry-run` the build-script in zellij-utils is not executed
// for unknown reasons, causing compilation to fail. To make a new release possible in the
// meantime, we decided to temporarily include the protobuf plugin API definitions
// statically.
//
// [1]: https://github.com/zellij-org/zellij/pull/2711#issuecomment-1695015818
//pub mod generated_api {
// include!(concat!(env!("OUT_DIR"), "/generated_plugin_api.rs"));
//}