Current section
Files
Jump to
Current section
Files
gleam.toml
name = "glibsql"
version = "0.2.0"
# 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"}
]
#
# 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_json = "1.0.1"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"