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

# the test 'id' fails, maybe because the crate is kind of outdated,
# there are commits post 0.2.0 on the git repo, not published yet
override_dh_auto_test:
	dh_auto_test -- test -- --skip id
