diff options
Diffstat (limited to 'aoc-2020-gleam/gleam.toml')
-rw-r--r-- | aoc-2020-gleam/gleam.toml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aoc-2020-gleam/gleam.toml b/aoc-2020-gleam/gleam.toml new file mode 100644 index 0000000..cf6aa37 --- /dev/null +++ b/aoc-2020-gleam/gleam.toml @@ -0,0 +1,7 @@ +name = "aoc_2020_gleam" +version = "0.1.0" +description = "A Gleam project" + +[dependencies] +gleam_stdlib = "~> 0.26" +gleam_erlang = "~> 0.17" |