diff options
author | Giacomo Cavalieri <giacomo.cavalieri@icloud.com> | 2024-02-21 18:51:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 17:51:58 +0000 |
commit | 55e43e016739350d6636911171fb60fb2877516e (patch) | |
tree | ced6536f85847cdc48dee997459f899350df3047 /gleam.toml | |
parent | 6214b7bc87627f01ce5e776d136002fa5402544e (diff) | |
download | lustre-55e43e016739350d6636911171fb60fb2877516e.tar.gz lustre-55e43e016739350d6636911171fb60fb2877516e.zip |
🚧 Better CLI error reporting! (#46)
* :construction: Wip
* 🚧 Add error messages and fix step implementation
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,6 +52,7 @@ justin = "~> 1.0" shellout = "~> 1.5" simplifile = "~> 1.4" tom = "~> 0.3" +spinner = "~> 1.1" [dev-dependencies] birdie = "~> 1.0" |