Skip to content

Commit

Permalink
Add gleam_erlang, gleam_otp, and glisten dependencies to gleam.toml f…
Browse files Browse the repository at this point in the history
…iles
  • Loading branch information
rohitpaulk committed Sep 17, 2024
1 parent d7c2055 commit ae95371
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions compiled_starters/gleam/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ version = "1.0.0"

[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_erlang = "~> 0.25"
gleam_otp = "~> 0.10"
glisten = "~> 2.0"

[dev-dependencies]
gleeunit = "~> 1.0"
3 changes: 3 additions & 0 deletions solutions/gleam/01-vi6/code/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ version = "1.0.0"

[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_erlang = "~> 0.25"
gleam_otp = "~> 0.10"
glisten = "~> 2.0"

[dev-dependencies]
gleeunit = "~> 1.0"
3 changes: 3 additions & 0 deletions starter_templates/gleam/code/gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ version = "1.0.0"

[dependencies]
gleam_stdlib = "~> 0.34 or ~> 1.0"
gleam_erlang = "~> 0.25"
gleam_otp = "~> 0.10"
glisten = "~> 2.0"

[dev-dependencies]
gleeunit = "~> 1.0"

0 comments on commit ae95371

Please sign in to comment.