#!/usr/bin/make -f
%:
	dh $@ --buildsystem cargo

execute_after_dh_testdir:
	find . -exec touch {} +
