-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgleam.toml
28 lines (25 loc) · 1015 Bytes
/
gleam.toml
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
26
27
28
name = "glibsql"
version = "0.7.1"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Glibsql is a library for interacting with a hosted libSQL database such as [Turso](https://turso.tech)."
licences = ["Apache-2.0"]
repository = { type = "github", user = "custompro98", repo = "glibsql" }
links = [
{ title = "Turso", href = "https://turso.tech" },
{ title = "Hrana over HTTP", href = "https://docs.turso.tech/sdk/http/reference"},
{ title = "Examples", href = "https://github.com/custompro98/glibsql/tree/main/examples"}
]
target = "javascript"
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_javascript = ">= 0.11.0 and < 1.0.0"
decode = ">= 0.2.0 and < 1.0.0"
gleam_json = "1.0.1"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"