blob: f05b8d021081f1945527f9cbc597629d8f1f27fb [file] [log] [blame]
#!/bin/sh
set -eu
cat <<EOF
// @generated
// This file is autogenerated by scripts/rust/rust_root_crate.sh
EOF
for crate in $*; do
echo "extern crate $crate;"
done