Current section
Files
Jump to
Current section
Files
stdout_formatter
mix.exs
mix.exs
defmodule StdoutFormatter.MixProject do
use Mix.Project
def project do
[
app: :stdout_formatter,
description: "Tools to format paragraphs, lists and tables as plain text",
version: "0.2.3",
language: :erlang,
deps: []
]
end
end