From 8ab65dc2da1742eb86ec636c50c7018385b68167 Mon Sep 17 00:00:00 2001 From: "J.J" Date: Thu, 30 Nov 2023 17:10:00 -0500 Subject: prep for 2023, renaming for consistency --- aoc2023/gleam.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 aoc2023/gleam.toml (limited to 'aoc2023/gleam.toml') diff --git a/aoc2023/gleam.toml b/aoc2023/gleam.toml new file mode 100644 index 0000000..df51c5d --- /dev/null +++ b/aoc2023/gleam.toml @@ -0,0 +1,16 @@ +name = "aoc2023" +version = "0.1.0" + +# Fill out these fields if you intend to generate HTML documentation or publish +# your project to the Hex package manager. +# +# description = "" +# licences = ["Apache-2.0"] +# repository = { type = "github", user = "username", repo = "project" } +# links = [{ title = "Website", href = "https://gleam.run" }] + +[dependencies] +gleam_stdlib = "~> 0.32" + +[dev-dependencies] +gleeunit = "~> 1.0" -- cgit v1.2.3