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"