From 287f76159cecb8573964b865b3d5b9d71062b5d8 Mon Sep 17 00:00:00 2001 From: Kharec Date: Mon, 9 Mar 2026 17:00:19 +0100 Subject: [PATCH] chore: add gleam.toml --- gleam.toml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 gleam.toml diff --git a/gleam.toml b/gleam.toml new file mode 100644 index 0000000..3e08030 --- /dev/null +++ b/gleam.toml @@ -0,0 +1,20 @@ +name = "simple_repl" +version = "1.0.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 = "", repo = "" } +# links = [{ title = "Website", href = "" }] +# +# For a full reference of all the available options, you can have a look at +# https://gleam.run/writing-gleam/gleam-toml/. + +[dependencies] +gleam_stdlib = ">= 0.44.0 and < 2.0.0" +simplifile = ">= 2.4.0 and < 3.0.0" + +[dev-dependencies] +gleeunit = ">= 1.0.0 and < 2.0.0"