gleam.toml
name = "fixdate"
version = "1.0.0"
description = "Format and parse HTTP-date timestamps for HTTP headers like Date, Last-Modified, and Expires (RFC 9110)"
licences = ["Apache-2.0"]
repository = { type = "github", user = "jtdowney", repo = "fixdate" }
[dependencies]
gleam_stdlib = ">= 1.0.0 and < 2.0.0"
gleam_time = ">= 1.8.0 and < 2.0.0"
[dev_dependencies]
unitest = ">= 1.6.0 and < 2.0.0"
qcheck = ">= 1.0.4 and < 2.0.0"