Current section

Files

Jump to
quasar_sqlite gleam.toml
Raw

gleam.toml

name = "quasar_sqlite"
version = "0.1.0"
gleam = ">= 1.18.0"
target = "erlang"
description = "Single-node SQLite Store adapter for Quasar"
licences = ["Apache-2.0"]
repository = { type = "github", user = "otavioabreu27", repo = "quasar" }
[dependencies]
quasar_jobs = ">= 0.1.0 and < 0.2.0"
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_erlang = ">= 1.3.0 and < 2.0.0"
gleam_otp = ">= 1.3.0 and < 2.0.0"
sqlight = ">= 1.2.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"