herd.app 267 B

123456789
  1. {application, herd,
  2. [
  3. {description, "Base library for erlang projects"},
  4. {vsn, "1.3.4"},
  5. {modules, [herd_datetime, herd_db, herd_rand, herd_reconnect, herd_simple_formats, herd_string]},
  6. {registered, []},
  7. {applications, [kernel, stdlib]},
  8. {env, []}
  9. ]}.