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

override_dh_clean:
	dh_clean -XCargo.toml.orig
