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

override_dh_auto_configure:
	rm -f Cargo.lock
	dh_auto_configure
