build: add gleam.toml
This commit is contained in:
+18
@@ -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"
|
||||||
Reference in New Issue
Block a user