@@ -0,0 +1,4 @@
+#!/bin/sh
+# Generate a tags file for the codebase
+set -ex
+git ls-files src bin | ctags --links=no --languages=rust -L-