PROJECT = neo4j
PROJECT_VERSION = 0.3
PROJECT_DESCRIPTION = Neo4j REST API client. Refer to README.md to see if you need evrsion 0.2.1 or 0.3

DEPS = hackney jiffy
dep_hackney = git https://github.com/benoitc/hackney master
dep_jiffy = git https://github.com/davisp/jiffy master

PLT_APPS ?= asn1 compiler crypto erts inets kernel public_key stdlib ssl syntax_tools

CT_SUITES ?= neo4j

include erlang.mk
