Current section
Files
Jump to
Current section
Files
gleam.toml
name = "parrot"
version = "0.0.1"
description = "🦜 type-safe SQL in gleam for sqlite, postgresql & mysql"
licences = ["Apache-2.0"]
repository = { type = "github", user = "daniellionel01", repo = "parrot" }
target = "erlang"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
simplifile = ">= 2.2.0 and < 3.0.0"
filepath = ">= 1.1.0 and < 2.0.0"
decode = ">= 1.0.0 and < 2.0.0"
gleam_json = ">= 2.1.0 and < 3.0.0"
hexdocs_offline = ">= 1.0.5 and < 2.0.0"
tom = ">= 1.1.0 and < 2.0.0"
shellout = ">= 1.6.0 and < 2.0.0"
exception = ">= 2.0.0 and < 3.0.0"
gleam_time = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"