19 lines
485 B
TOML
19 lines
485 B
TOML
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"
|