aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-03-26 00:10:32 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-03-26 00:10:32 +0000
commita8a8b7a82f55ccda41a54f2ce8a36698cf51a816 (patch)
treebd75177d490154e2b6d5a74f52d547428ad40e56 /gleam.toml
parent6eebe748b1f5795ab467c65a4ae17364055484c8 (diff)
downloadlustre-a8a8b7a82f55ccda41a54f2ce8a36698cf51a816.tar.gz
lustre-a8a8b7a82f55ccda41a54f2ce8a36698cf51a816.zip
:wrench: Update dependencies.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml12
1 files changed, 2 insertions, 10 deletions
diff --git a/gleam.toml b/gleam.toml
index f96c2e2..98a7b33 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -7,22 +7,14 @@ repository = { type = "github", user = "lustre-labs", repo = "lustre" }
licences = ["MIT"]
links = [
- # { title = "Website", href = "https://lustre.build" },
{ title = "Examples", href = "https://github.com/lustre-labs/lustre/tree/main/examples" },
{ title = "Sponsor", href = "https://github.com/sponsors/hayleigh-dot-dev" },
]
-internal_modules = [
- "lustre/cli",
- "lustre/cli/*",
- "lustre/internals",
- "lustre/internals/*",
-]
+internal_modules = ["lustre/internals", "lustre/internals/*"]
[documentation]
pages = [
- { title = "CLI reference", path = "cli.html", source = "./pages/reference/cli.md" },
- { title = " ", path = "#", source = "" },
{ title = "Quickstart guide", path = "guide/01-quickstart.html", source = "./pages/guide/01-quickstart.md" },
{ title = "Managing state", path = "guide/02-state-management.html", source = "./pages/guide/02-state-management.md" },
# { title = "Side effects", path = "#", source = "" },
@@ -43,7 +35,7 @@ pages = [
gleam_erlang = "~> 0.24"
gleam_json = "~> 1.0"
gleam_otp = "~> 0.9"
-gleam_stdlib = "~> 0.34 or ~> 1.0"
+gleam_stdlib = "~> 0.36"
[dev-dependencies]
birdie = "~> 1.0"