123456789 |
- {application, herd,
- [
- {description, "Base library for erlang projects"},
- {vsn, "1.3.4"},
- {modules, [herd_datetime, herd_db, herd_rand, herd_reconnect, herd_simple_formats, herd_string]},
- {registered, []},
- {applications, [kernel, stdlib]},
- {env, []}
- ]}.
|