Packages

Official BNBot package occupying the name for https://bnbot.ai

Current section

Files

Jump to
bnbot mix.exs
Raw

mix.exs

defmodule Bnbot.MixProject do
use Mix.Project
def project do
[
app: :bnbot,
version: "0.0.1",
elixir: "~> 1.14",
description: "Official BNBot package occupying the name for https://bnbot.ai",
package: [
maintainers: ["Jack Lee"],
licenses: ["MIT"],
links: %{"GitHub" => "https://bnbot.ai"}
],
deps: []
]
end
def application do
[]
end
end