You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
274 B

  1. {application, eFaw,
  2. [{description, "An OTP application"},
  3. {vsn, "0.1.0"},
  4. {registered, []},
  5. {mod, {eFaw_app, []}},
  6. {applications, [kernel, stdlib, eSync]},
  7. {env, []},
  8. {modules, []},
  9. {licenses, ["MIT"]},
  10. {links, []}
  11. ]}.