PROJECT = async
PROJECT_DESCRIPTION = New project
PROJECT_VERSION = 0.1.0

# Whitespace to be used when creating files from templates.
SP = 2

DEPS = cowboy table thoas
dep_cowboy_commit = 2.10.0
dep_table = git https://github.com/benjamin-bergia/table.git v1.0.0
dep_thoas = git https://github.com/lpil/thoas v1.0.0
DEP_PLUGINS = cowboy
LOCAL_DEPS = inets
BUILD_DEPS += relx
ifndef PROD
DEPS += sync
ERLANG_OTP = OTP-26.0.2
endif

include ./erlang.mk