8c7118cea4
The licence have been updated between versions v0.8.3 and v0.8.4.
see:
520c439edc
Signed-off-by: Antoine Coutant <antoine.coutant@smile.fr>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
13 lines
334 B
Makefile
13 lines
334 B
Makefile
################################################################################
|
|
#
|
|
# dust
|
|
#
|
|
################################################################################
|
|
|
|
DUST_VERSION = 0.9.0
|
|
DUST_SITE = $(call github,bootandy,dust,v$(DUST_VERSION))
|
|
DUST_LICENSE = APACHE-2.0
|
|
DUST_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(cargo-package))
|