馃捇 My personal website blog.kacaii.dev/
blog gleam lustre
at main 32 lines 972 B view raw
1name = "blog" 2version = "1.0.0" 3 4# Fill out these fields if you intend to generate HTML documentation or publish 5# your project to the Hex package manager. 6# 7# description = "" 8# licences = ["Apache-2.0"] 9# repository = { type = "github", user = "", repo = "" } 10# links = [{ title = "Website", href = "" }] 11# 12# For a full reference of all the available options, you can have a look at 13# https://gleam.run/writing-gleam/gleam-toml/. 14 15[dependencies] 16gleam_stdlib = ">= 0.44.0 and < 2.0.0" 17lustre = ">= 5.4.0 and < 6.0.0" 18jot = ">= 10.0.0 and < 11.0.0" 19simplifile = ">= 2.3.1 and < 3.0.0" 20frontmatter = ">= 1.0.1 and < 2.0.0" 21tom = ">= 2.0.0 and < 3.0.0" 22filepath = ">= 1.1.2 and < 2.0.0" 23mist = ">= 5.0.3 and < 6.0.0" 24wisp = ">= 2.1.1 and < 3.0.0" 25gleam_erlang = ">= 1.3.0 and < 2.0.0" 26gleam_otp = ">= 1.2.0 and < 2.0.0" 27contour = ">= 1.2.1 and < 2.0.0" 28gleam_time = ">= 1.6.0 and < 2.0.0" 29argv = ">= 1.0.2 and < 2.0.0" 30 31[dev-dependencies] 32gleeunit = ">= 1.0.0 and < 2.0.0"