Current section

Files

Jump to
meshx_rpc lib app c.ex
Raw

lib/app/c.ex

defmodule MeshxRpc.App.C do
@moduledoc false
@lib Mix.Project.config() |> Keyword.fetch!(:app)
def lib, do: @lib
end