rust/y.sh
bjorn3 cfc919f532 Use cargo in y.sh
This will allow adding dependencies to the build system in the future.
2024-05-12 12:59:10 +00:00

6 lines
124 B
Bash
Executable File

#!/usr/bin/env bash
set -e
echo "[BUILD] build system" 1>&2
exec cargo run --manifest-path build_system/Cargo.toml -- "$@"