summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Bracco <href@random.sh>2020-05-16 12:46:42 +0200
committerJordan Bracco <href@random.sh>2020-05-16 12:46:42 +0200
commit8eee96c6ba39b9286ec44c51c52d9f2758951365 (patch)
treef8f70869131485aa75c9fb8a0c1a4d248345573e
parent0.1.0. (diff)
0.1.0 (for realz)
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 93dc17e..ef7bb2c 100644
--- a/mix.exs
+++ b/mix.exs
@@ -5,6 +5,7 @@ defmodule ConcurrentLimiter.MixProject do
def project do
[
app: :concurrent_limiter,
+ description: "A concurrency limiter",
version: "0.1.0",
elixir: "~> 1.9",
start_permanent: Mix.env() == :prod,