Current section
Files
Jump to
Current section
Files
src/surreal.app.src
{application,surreal,
[{description,"Erlang driver for SurrealDB"},
{vsn,"1.0.0-beta"},
{registered,[]},
{applications,[kernel,stdlib,websocket_client,jiffy]},
{env,[]},
{modules,[]},
{licenses,["MIT"]},
{links,[{"GitHub","https://github.com/meppu/surreal"}]}]}.