src/fhir_client_rsvp.app.src

{application, fhir_client_rsvp, [
    {vsn, "0.6.0"},
    {applications, [fhir,
                    gleam_http,
                    gleam_json,
                    gleam_stdlib,
                    lustre,
                    rsvp]},
    {description, "example r4 httpc client - see https://hexdocs.pm/fhir/ "},
    {modules, [fhir@r4@client_rsvp,
               fhir_client_rsvp@@main]},
    {registered, []}
]}.