diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:19:06 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-01-27 17:19:06 +0000 |
commit | 5510116297d5da07269b776a0e30766e221569bd (patch) | |
tree | be8c0fdfeccab7e8d4ba7e664cfe72ac63f219c1 /gleam.toml | |
parent | 9f9ae72c7a70c9dbca88162f65f99a1e32f403be (diff) | |
download | lustre-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.toml | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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" |