We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efa6b83 commit 0e753d6Copy full SHA for 0e753d6
mix.exs
@@ -6,6 +6,8 @@ defmodule Predicator.MixProject do
6
@description "A secure, non-evaling condition (boolean predicate) engine for end users"
7
@source_url "https://github.com/riddler/predicator-ex"
8
@deps [
9
+ {:jason, "~> 1.4"},
10
+
11
# Development and testing
12
{:castore, "~> 1.0", only: [:dev, :test]},
13
{:dialyxir, "~> 1.4", only: [:dev, :test], runtime: false},
0 commit comments