diff options
Diffstat (limited to 'gen_cbindgen-vendor.sh')
-rwxr-xr-x | gen_cbindgen-vendor.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gen_cbindgen-vendor.sh b/gen_cbindgen-vendor.sh index af41ce0..f1184dd 100755 --- a/gen_cbindgen-vendor.sh +++ b/gen_cbindgen-vendor.sh @@ -1,4 +1,6 @@ #!/bin/bash +set -x + # Dummy Cargo.toml file with cbindgen dependency cat > Cargo.toml <<EOL [package] |