#!/usr/bin/make -f

UPSTREAM_GIT := https://github.com/sorairolake/sysexits-rs
include /usr/share/openstack-pkg-tools/pkgos.make

%:
	dh $@ --buildsystem cargo
