diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2024-01-04 19:13:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-04 18:13:14 +0000 |
commit | a38889c285bef95359e36c93da37221126f96556 (patch) | |
tree | 33f07bcccc5a2f46e2cda51cac7a86b22885337f /gleam.toml | |
parent | a07bba0954e440ccd3eb4d167e1eacb0065cc0af (diff) | |
download | lustre-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.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,3 +16,4 @@ internal_modules = [ [dependencies] gleam_stdlib = "~> 0.34" +gleam_community_ansi = "~> 1.3" |