#!/usr/bin/make -f
include /usr/share/rustc/architecture.mk
%:
	dh $@ --buildsystem cargo

# crate is super-over-zealous with lint settings
# overrides our cargo wrapper's --cap-lints warn
override_dh_auto_test:
	dh_auto_test || true
