diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-09 22:54:49 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-11-09 22:54:58 +0100 |
| commit | cd6918ab9604268d53b5fe1cf1921f95ec3dea80 (patch) | |
| tree | 8a23fba44549038af0e0bd191f16668999544836 /mix.exs | |
| parent | 27518174df347d1ee463cbe081c78f055e1af8d0 (diff) | |
refactor(calc): replace Ratio libs by internal code
now works with elixir 1.19 and uses no deps
Diffstat (limited to 'mix.exs')
| -rw-r--r-- | mix.exs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -23,7 +23,6 @@ defmodule ElixirMathParser.MixProject do # Run "mix help deps" to learn about dependencies. defp deps do [ - {:ratio, "~> 4.0"} # {:dep_from_hexpm, "~> 0.3.0"}, # {:dep_from_git, git: "https://github.com/elixir-lang/my_dep.git", tag: "0.1.0"} ] |
