aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorGiacomo Cavalieri <giacomo.cavalieri@icloud.com>2024-01-04 19:13:14 +0100
committerGitHub <noreply@github.com>2024-01-04 18:13:14 +0000
commita38889c285bef95359e36c93da37221126f96556 (patch)
tree33f07bcccc5a2f46e2cda51cac7a86b22885337f /gleam.toml
parenta07bba0954e440ccd3eb4d167e1eacb0065cc0af (diff)
downloadlustre-a38889c285bef95359e36c93da37221126f96556.tar.gz
lustre-a38889c285bef95359e36c93da37221126f96556.zip
🔀 Add logging to `lustre/try` (#30)
* :heavy_plus_sign: Add `gleam_community_ansi` dependency * :sparkles: Add log message when server is started * :sparkles: Add retry policy and logging if port is taken
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index ea79212..0c4250d 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -16,3 +16,4 @@ internal_modules = [
[dependencies]
gleam_stdlib = "~> 0.34"
+gleam_community_ansi = "~> 1.3"