Skip to content

Commit

Permalink
Improve mix.exs
Browse files Browse the repository at this point in the history
  • Loading branch information
ream88 committed May 3, 2024
1 parent 0d2d61d commit 7a570ef
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
defmodule Tracee.MixProject do
use Mix.Project

@version "0.1.0"

def project do
[
app: :tracee,
version: "0.1.0",
version: @version,
elixir: "~> 1.16",
deps: deps(),
name: "Tracee",
description: "Trace function calls in concurrent Elixir processes.",

# Docs
name: "Tracee",
source_url: "https://github.com/tagbase-io/tracee",
docs: [
main: "Tracee"
Expand Down

0 comments on commit 7a570ef

Please sign in to comment.