gleam.toml 653 B

123456789101112131415161718192021222324
  1. name = "forms"
  2. version = "1.0.0"
  3. # Fill out these fields if you intend to generate HTML documentation or publish
  4. # your project to the Hex package manager.
  5. #
  6. # description = ""
  7. # licences = ["Apache-2.0"]
  8. # repository = { type = "github", user = "username", repo = "project" }
  9. # links = [{ title = "Website", href = "https://gleam.run" }]
  10. #
  11. # For a full reference of all the available options, you can have a look at
  12. # https://gleam.run/writing-gleam/gleam-toml/.
  13. [dependencies]
  14. gleam_stdlib = "~> 0.34 or ~> 1.0"
  15. mist = "~> 1.0"
  16. gleam_http = "~> 3.6"
  17. gleam_erlang = "~> 0.25"
  18. htmz = "~> 0.1"
  19. gluid = "~> 1.0"
  20. [dev-dependencies]
  21. gleeunit = "~> 1.0"