Native watch

This commit is contained in:
bluepython508
2023-12-02 19:20:27 +00:00
parent c6c501af2a
commit 2784245b2d
3 changed files with 46 additions and 1 deletions

View File

@@ -19,7 +19,8 @@ defmodule Aoc2023.MixProject do
defp deps do
[
{:httpoison, "~> 2.0"}
httpoison: "~> 2.0",
file_system: "~> 1.0"
]
end
end