+2
-4
gleam.toml
+2
-4
gleam.toml
···
5
5
licences = ["Apache-2.0"]
6
6
7
7
repository = { type = "github", user = "gleam-wisp", repo = "wisp" }
8
-
links = [
9
-
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
10
-
]
8
+
links = [{ title = "Sponsor", href = "https://github.com/sponsors/lpil" }]
11
9
12
10
[dependencies]
13
11
exception = ">= 2.0.0 and < 3.0.0"
···
19
17
mist = ">= 1.2.0 and < 2.0.0"
20
18
simplifile = ">= 2.0.0 and < 3.0.0"
21
19
marceau = ">= 1.1.0 and < 2.0.0"
22
-
logging = ">= 1.0.0 and < 2.0.0"
20
+
logging = ">= 1.2.0 and < 2.0.0"
23
21
24
22
[dev-dependencies]
25
23
gleeunit = "~> 1.0"