-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgleam.toml
More file actions
24 lines (20 loc) · 739 Bytes
/
gleam.toml
File metadata and controls
24 lines (20 loc) · 739 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
name = "cake_sqlight"
version = "1.5.0"
description = "🎂Cake 🪶SQLite adapter which passes PreparedStatements to the sqlight library for execution written in Gleam."
licences = ["MPL-2.0"]
repository = { type = "github", user = "inoas", repo = "gleam-cake-sqlight" }
gleam = ">= 1.15.0"
[documentation]
pages = [
{ title = "CHANGELOG", path = "changelog.html", source = "CHANGELOG.md" },
{ title = "LICENCE", path = "licence.html", source = "LICENCE" },
]
[dependencies]
cake = ">= 2.2.0 and < 5.0.0"
gleam_stdlib = ">= 0.71.0 and < 2.0.0"
gleam_time = ">= 1.5.0 and < 2.0.0"
sqlight = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
birdie = ">= 2.0.0 and < 3.0.0"
gleeunit = ">= 1.3.0 and < 2.0.0"
pprint = ">= 1.0.4 and < 2.0.0"