{application, hardcache, [
    {vsn, "1.3.2"},
    {applications, [file_streams,
                    gleam_stdlib,
                    gleeunit]},
    {description, "Gleam module that provides primitives for caching key-value pairs in files and using files as caches."},
    {modules, [hardcache]},
    {registered, []}
]}.
