wip: currently rewriting the project as a full stack application
tangled.org/kacaii.dev/sigo
gleam
1name = "app"
2version = "1.0.0"
3target = "erlang"
4
5# Fill out these fields if you intend to generate HTML documentation or publish
6# your project to the Hex package manager.
7#
8# description = ""
9# licences = ["Apache-2.0"]
10# repository = { type = "github", user = "", repo = "" }
11# links = [{ title = "Website", href = "" }]
12#
13# For a full reference of all the available options, you can have a look at
14# https://gleam.run/writing-gleam/gleam-toml/.
15
16[dependencies]
17gleam_stdlib = ">= 0.44.0 and < 2.0.0"
18pog = ">= 4.1.0 and < 5.0.0"
19gleam_erlang = ">= 1.3.0 and < 2.0.0"
20wisp = ">= 2.0.0 and < 3.0.0"
21mist = ">= 5.0.3 and < 6.0.0"
22gleam_otp = ">= 1.1.0 and < 2.0.0"
23gleam_json = ">= 3.0.2 and < 4.0.0"
24envoy = ">= 1.0.2 and < 2.0.0"
25gleam_http = ">= 4.1.1 and < 5.0.0"
26youid = ">= 1.5.1 and < 2.0.0"
27argus = ">= 1.0.3 and < 2.0.0"
28cors_builder = ">= 2.0.6 and < 3.0.0"
29gleam_time = ">= 1.5.0 and < 2.0.0"
30global_value = ">= 1.0.0 and < 2.0.0"
31argv = ">= 1.0.2 and < 2.0.0"
32simplifile = ">= 2.3.0 and < 3.0.0"
33group_registry = ">= 1.0.0 and < 2.0.0"
34gleam_crypto = ">= 1.5.1 and < 2.0.0"
35gleam_community_ansi = ">= 1.4.3 and < 2.0.0"
36
37[dev-dependencies]
38gleeunit = ">= 1.0.0 and < 2.0.0"
39squirrel = ">= 4.4.1 and < 5.0.0"