From 32bfe51687c670376212cb6468e1b71decfea20d Mon Sep 17 00:00:00 2001 From: Kharec Date: Thu, 2 Apr 2026 17:31:09 +0200 Subject: [PATCH] build: add gleam.toml --- gleam.toml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gleam.toml diff --git a/gleam.toml b/gleam.toml new file mode 100644 index 0000000..6aaee03 --- /dev/null +++ b/gleam.toml @@ -0,0 +1,18 @@ +name = "teotipi" +version = "1.0.0" + +licences = ["MIT"] +repository = { type = "gitea", host = "git.kharec.info", user = "Kharec", repo = "teotipi" } +links = [ + { title = "Repository", href = "https://git.kharec.info/Kharec/teotipi" }, +] + +[dependencies] +gleam_stdlib = ">= 0.44.0 and < 2.0.0" +thirtytwo = ">= 1.0.0 and < 2.0.0" +gleam_time = ">= 1.8.0 and < 2.0.0" +gleam_crypto = ">= 1.5.1 and < 2.0.0" +argv = ">= 1.0.0 and < 2.0.0" + +[dev_dependencies] +gleeunit = ">= 1.0.0 and < 2.0.0"