aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
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"