#!/usr/bin/make -f

export CARGO_HOME="$(CURDIR)/target/cargo"

%:
	dh $@

override_dh_auto_build:
	cargo build --release
