#!/bin/sh

# This is a host tool. Do not listen to the build target.
unset CARGO_BUILD_TARGET

exec cargo run --package embedded-uniffi-bindgen -- $*
