gleam.toml
name = "gdav"
version = "1.0.0"
description = "A sans-io CalDAV and CardDAV client library for Gleam."
licences = ["MIT"]
repository = { type = "github", user = "0xN1nja", repo = "gdav" }
links = [{ title = "Hex", href = "https://hex.pm/packages/gdav" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.3.0 and < 5.0.0"
xmlm = ">= 1.0.1 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
gleam_hackney = ">= 1.3.3 and < 2.0.0"
hackney = ">= 1.25.0 and < 2.0.0"