gleam.toml

name = "glite"
version = "0.1.0"
description = "A native Gleam SQLite driver"
licences = ["Apache-2.0"]
repository = { type = "github", user = "uncle-samm", repo = "glite" }

[dependencies]
gleam_stdlib = ">= 0.70.0 and < 1.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.2.0 and < 2.0.0"
esqlite = ">= 0.9.0 and < 1.0.0"

[dev-dependencies]
gleeunit = ">= 1.9.0 and < 2.0.0"
gleamy_bench = ">= 0.6.0 and < 1.0.0"
gleam_json = ">= 3.0.0 and < 5.0.0"