diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-22 01:42:26 +0000 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-03-22 01:42:26 +0000 |
commit | e85bc4729a15d9af5af5345151178afe849036ba (patch) | |
tree | cc229a534fff73b6cd0c1ea4b290a12cedb7aa08 /gleam.toml | |
parent | e9b765a757b610ea970f80e7c0092bf4899acfa6 (diff) | |
download | lustre-e85bc4729a15d9af5af5345151178afe849036ba.tar.gz lustre-e85bc4729a15d9af5af5345151178afe849036ba.zip |
:truck: Move cli code to lustre-labs/dev-tools.
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -40,21 +40,13 @@ pages = [ ] [dependencies] -argv = "~> 1.0" -filepath = "~> 0.1" -gleam_community_ansi = "~> 1.4" gleam_erlang = "~> 0.24" gleam_json = "~> 1.0" gleam_otp = "~> 0.9" gleam_stdlib = "~> 0.34 or ~> 1.0" -glint = "0.16.0" -justin = "~> 1.0" -simplifile = "~> 1.4" -spinner = "~> 1.1" -tom = "~> 0.3" -gleam_package_interface = "~> 1.0" [dev-dependencies] birdie = "~> 1.0" gleeunit = "~> 1.0" shellout = "~> 1.6" +simplifile = "~> 1.4" |