my page
ollie.earth
1name = "page"
2version = "1.0.0"
3target = "erlang"
4
5# Fill out these fields if you intend to generate HTML documentation or publish
6# your project to the Hex package manager.
7#
8# description = ""
9# licences = ["Apache-2.0"]
10# repository = { type = "github", user = "", repo = "" }
11# links = [{ title = "Website", href = "" }]
12#
13# For a full reference of all the available options, you can have a look at
14# https://gleam.run/writing-gleam/gleam-toml/.
15
16[dependencies]
17gleam_stdlib = ">= 0.44.0 and < 2.0.0"
18lustre = ">= 5.3.5 and < 6.0.0"
19blogatto = ">= 5.1.1 and < 6.0.0"
20glaze_oat = ">= 3.0.0 and < 4.0.0"
21gleam_time = ">= 1.8.0 and < 2.0.0"
22
23[dev-dependencies]
24gleeunit = ">= 1.0.0 and < 2.0.0"
25simplifile = ">= 2.4.0 and < 3.0.0"