From 5510116297d5da07269b776a0e30766e221569bd Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 27 Jan 2024 17:19:06 +0000 Subject: :heavy_plus_sign: Add birdie and gleeunit as dev dependencies. --- gleam.toml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'gleam.toml') 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" -- cgit v1.2.3