···11+# rinha_2025
22+33+[](https://hex.pm/packages/rinha_2025)
44+[](https://hexdocs.pm/rinha_2025/)
55+66+```sh
77+gleam add rinha_2025@1
88+```
99+```gleam
1010+import rinha_2025
1111+1212+pub fn main() -> Nil {
1313+ // TODO: An example of the project in use
1414+}
1515+```
1616+1717+Further documentation can be found at <https://hexdocs.pm/rinha_2025>.
1818+1919+## Development
2020+2121+```sh
2222+gleam run # Run the project
2323+gleam test # Run the tests
2424+```
···11+name = "rinha_2025"
22+version = "1.0.0"
33+44+# Fill out these fields if you intend to generate HTML documentation or publish
55+# your project to the Hex package manager.
66+#
77+# description = ""
88+# licences = ["Apache-2.0"]
99+# repository = { type = "github", user = "", repo = "" }
1010+# links = [{ title = "Website", href = "" }]
1111+#
1212+# For a full reference of all the available options, you can have a look at
1313+# https://gleam.run/writing-gleam/gleam-toml/.
1414+1515+[dependencies]
1616+gleam_stdlib = ">= 0.44.0 and < 2.0.0"
1717+envoy = ">= 1.0.2 and < 2.0.0"
1818+mist = ">= 5.0.2 and < 6.0.0"
1919+wisp = ">= 1.8.0 and < 2.0.0"
2020+gleam_http = ">= 4.1.1 and < 5.0.0"
2121+gleam_json = ">= 3.0.2 and < 4.0.0"
2222+gleam_erlang = ">= 1.2.0 and < 2.0.0"
2323+valkyrie = ">= 3.0.0 and < 4.0.0"
2424+gleam_otp = ">= 1.0.0 and < 2.0.0"
2525+2626+[dev-dependencies]
2727+gleeunit = ">= 1.0.0 and < 2.0.0"