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

# crate errors on the default feature by design
override_dh_auto_test:
	dh_auto_test || true
