build: add gleam.toml

This commit is contained in:
2026-04-02 17:31:09 +02:00
parent a158c82788
commit 32bfe51687
+18
View File
@@ -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"