-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathgleam.toml
More file actions
25 lines (22 loc) · 773 Bytes
/
Copy pathgleam.toml
File metadata and controls
25 lines (22 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name = "wisp"
version = "2.2.1"
gleam = ">= 1.11.0"
description = "A practical web framework for Gleam"
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-wisp", repo = "wisp" }
links = [{ title = "Sponsor", href = "https://github.com/sponsors/lpil" }]
[dependencies]
exception = ">= 2.0.0 and < 3.0.0"
gleam_crypto = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.0.0 and < 2.0.0"
gleam_http = ">= 3.5.0 and < 5.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
gleam_stdlib = ">= 0.50.0 and < 2.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
marceau = ">= 1.1.0 and < 2.0.0"
logging = ">= 1.2.0 and < 2.0.0"
directories = ">= 1.0.0 and < 2.0.0"
houdini = ">= 1.0.0 and < 2.0.0"
filepath = ">= 1.1.2 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"