aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-02-15 17:00:10 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-02-15 17:00:10 +0000
commit7af666e56a1a98a823c3d29201fa16d96591ae58 (patch)
treec4a88e998e9fd32c2bc70a67c402926570d76337 /gleam.toml
parent1be73ee8d2206a7f1520257d81c8a5a4f3cc195e (diff)
downloadlustre-7af666e56a1a98a823c3d29201fa16d96591ae58.tar.gz
lustre-7af666e56a1a98a823c3d29201fa16d96591ae58.zip
:construction: Fix some merge problems.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml15
1 files changed, 7 insertions, 8 deletions
diff --git a/gleam.toml b/gleam.toml
index ecb9c3b..a6a2289 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -11,25 +11,24 @@ links = [
gleam = ">= 0.33.0"
internal_modules = [
+ "lustre/cli/*",
"lustre/internals",
"lustre/internals/*",
- "lustre/try",
- "lustre/cli/*",
]
[dependencies]
+argv = "~> 1.0"
+filepath = "~> 0.1"
+gleam_community_ansi = "~> 1.4"
gleam_erlang = "~> 0.23"
gleam_json = "~> 0.7"
gleam_otp = "~> 0.8"
gleam_stdlib = "~> 0.34"
-gleam_community_ansi = "~> 1.4"
-glint = "~> 0.15.0-rc1"
-argv = "~> 1.0"
-simplifile = "~> 1.1"
-tom = "~> 0.3"
+glint = "~> 0.15.0"
justin = "~> 1.0"
shellout = "~> 1.5"
-filepath = "~> 0.1"
+simplifile = "~> 1.4"
+tom = "~> 0.3"
[dev-dependencies]
birdie = "~> 1.0"