🧚 A practical web framework for Gleam

Make deps explicit, more

+2
+1
examples/1-routing/gleam.toml
··· 8 8 wisp = { path = "../.." } 9 9 gleam_erlang = "~> 0.23" 10 10 mist = "~> 0.14" 11 + gleam_http = "~> 3.5" 11 12 12 13 [dev-dependencies] 13 14 gleeunit = "~> 0.10"
+1
examples/2-working-with-form-data/gleam.toml
··· 8 8 wisp = { path = "../.." } 9 9 gleam_erlang = "~> 0.23" 10 10 mist = "~> 0.14" 11 + gleam_http = "~> 3.5" 11 12 12 13 [dev-dependencies] 13 14 gleeunit = "~> 0.10"