+10
-10
gleam.toml
+10
-10
gleam.toml
···
10
]
11
12
[dependencies]
13
-
exception = "~> 2.0"
14
-
gleam_crypto = "~> 1.0"
15
-
gleam_erlang = "~> 0.21"
16
-
gleam_http = "~> 3.5"
17
-
gleam_json = "~> 0.6 or ~> 1.0"
18
-
gleam_stdlib = "~> 0.29 or ~> 1.0"
19
-
mist = "~> 0.13 or ~> 1.0"
20
-
simplifile = "~> 1.4"
21
-
marceau = "~> 1.1"
22
-
logging = "~> 1.0"
23
24
[dev-dependencies]
25
gleeunit = "~> 1.0"
···
10
]
11
12
[dependencies]
13
+
exception = ">= 2.0.0 and < 3.0.0"
14
+
gleam_crypto = ">= 1.0.0 and < 2.0.0"
15
+
gleam_erlang = ">= 0.21.0 and < 2.0.0"
16
+
gleam_http = ">= 3.5.0 and < 4.0.0"
17
+
gleam_json = ">= 0.6.0 and < 2.0.0"
18
+
gleam_stdlib = ">= 0.29.0 and < 2.0.0"
19
+
mist = ">= 0.13.0 and < 2.0.0"
20
+
simplifile = ">= 1.4.0 and != 1.6.0 and < 2.0.0"
21
+
marceau = ">= 1.1.0 and < 2.0.0"
22
+
logging = ">= 1.0.0 and < 2.0.0"
23
24
[dev-dependencies]
25
gleeunit = "~> 1.0"
+11
-11
manifest.toml
+11
-11
manifest.toml
···
18
{ name = "marceau", version = "1.1.0", build_tools = ["gleam"], requirements = [], otp_app = "marceau", source = "hex", outer_checksum = "1AAD727A30BE0F95562C3403BB9B27C823797AD90037714255EEBF617B1CDA81" },
19
{ name = "mist", version = "1.0.0", build_tools = ["gleam"], requirements = ["birl", "gleam_erlang", "gleam_http", "gleam_otp", "gleam_stdlib", "glisten", "hpack_erl", "logging"], otp_app = "mist", source = "hex", outer_checksum = "7765E53DCC9ACCACF217B8E0CA3DE7E848C783BFAE5118B75011E81C2C80385C" },
20
{ name = "ranger", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "28E615AE7590ED922AF1510DDF606A2ECBBC2A9609AF36D412EDC925F06DFD20" },
21
-
{ name = "simplifile", version = "1.6.0", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "6B3BDBD0E504AC4C633F299BE46DF358BC1E08BA78FE4E63CA7766C553E76C19" },
22
{ name = "thoas", version = "0.4.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "4918D50026C073C4AB1388437132C77A6F6F7C8AC43C60C13758CC0ADCE2134E" },
23
]
24
25
[requirements]
26
-
exception = { version = "~> 2.0" }
27
-
gleam_crypto = { version = "~> 1.0" }
28
-
gleam_erlang = { version = "~> 0.21" }
29
-
gleam_http = { version = "~> 3.5" }
30
-
gleam_json = { version = "~> 0.6 or ~> 1.0" }
31
-
gleam_stdlib = { version = "~> 0.29 or ~> 1.0" }
32
gleeunit = { version = "~> 1.0" }
33
-
logging = { version = "~> 1.0" }
34
-
marceau = { version = "~> 1.1" }
35
-
mist = { version = "~> 0.13 or ~> 1.0" }
36
-
simplifile = { version = "~> 1.4" }
···
18
{ name = "marceau", version = "1.1.0", build_tools = ["gleam"], requirements = [], otp_app = "marceau", source = "hex", outer_checksum = "1AAD727A30BE0F95562C3403BB9B27C823797AD90037714255EEBF617B1CDA81" },
19
{ name = "mist", version = "1.0.0", build_tools = ["gleam"], requirements = ["birl", "gleam_erlang", "gleam_http", "gleam_otp", "gleam_stdlib", "glisten", "hpack_erl", "logging"], otp_app = "mist", source = "hex", outer_checksum = "7765E53DCC9ACCACF217B8E0CA3DE7E848C783BFAE5118B75011E81C2C80385C" },
20
{ name = "ranger", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "ranger", source = "hex", outer_checksum = "28E615AE7590ED922AF1510DDF606A2ECBBC2A9609AF36D412EDC925F06DFD20" },
21
+
{ name = "simplifile", version = "1.6.1", build_tools = ["gleam"], requirements = ["filepath", "gleam_stdlib"], otp_app = "simplifile", source = "hex", outer_checksum = "B75D3C64E526D9D7EDEED5F3BA31DAAF5F2B4D80A4183FE17FDB02ED526E4E96" },
22
{ name = "thoas", version = "0.4.1", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "4918D50026C073C4AB1388437132C77A6F6F7C8AC43C60C13758CC0ADCE2134E" },
23
]
24
25
[requirements]
26
+
exception = { version = ">= 2.0.0 and < 3.0.0" }
27
+
gleam_crypto = { version = ">= 1.0.0 and < 2.0.0" }
28
+
gleam_erlang = { version = ">= 0.21.0 and < 2.0.0" }
29
+
gleam_http = { version = ">= 3.5.0 and < 4.0.0" }
30
+
gleam_json = { version = ">= 0.6.0 and < 2.0.0" }
31
+
gleam_stdlib = { version = ">= 0.29.0 and < 2.0.0" }
32
gleeunit = { version = "~> 1.0" }
33
+
logging = { version = ">= 1.0.0 and < 2.0.0" }
34
+
marceau = { version = ">= 1.1.0 and < 2.0.0" }
35
+
mist = { version = ">= 0.13.0 and < 2.0.0" }
36
+
simplifile = { version = ">= 1.4.0 and != 1.6.0 and < 2.0.0" }