aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-01-27 17:19:06 +0000
committerHayleigh Thompson <me@hayleigh.dev>2024-01-27 17:19:06 +0000
commit5510116297d5da07269b776a0e30766e221569bd (patch)
treebe8c0fdfeccab7e8d4ba7e664cfe72ac63f219c1 /gleam.toml
parent9f9ae72c7a70c9dbca88162f65f99a1e32f403be (diff)
downloadlustre-5510116297d5da07269b776a0e30766e221569bd.tar.gz
lustre-5510116297d5da07269b776a0e30766e221569bd.zip
:heavy_plus_sign: Add birdie and gleeunit as dev dependencies.
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml8
1 files changed, 6 insertions, 2 deletions
diff --git a/gleam.toml b/gleam.toml
index a0331e3..b12e429 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,7 +1,7 @@
name = "lustre"
version = "3.1.3"
-description = "An Elm-inspired framework for building web apps in Gleam!"
+description = "An Elm-inspired framework for building single page applications and server-rendered components in Gleam!"
licences = ["MIT"]
repository = { type = "github", user = "lustre-labs", repo = "lustre" }
links = [
@@ -22,6 +22,10 @@ gleam_erlang = "~> 0.23"
gleam_json = "~> 0.7"
gleam_otp = "~> 0.8"
gleam_stdlib = "~> 0.34"
-gleam_community_ansi = "~> 1.3"
+gleam_community_ansi = "~> 1.4"
glint = "~> 0.14"
argv = "~> 1.0"
+
+[dev-dependencies]
+birdie = "~> 1.0"
+gleeunit = "~> 1.0"