Current section
Files
Jump to
Current section
Files
gleam.toml
name = "scrapbook"
version = "3.0.0"
description = "Gleam package that can scrape parts of Facebook."
licences = ["MIT"]
repository = { type = "codeberg", user = "szelbi", repo = "scrapbook" }
[dependencies]
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_json = ">= 2.2.0 and < 3.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.51.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"
birdie = ">= 1.2.6 and < 2.0.0"
gleam_httpc = ">= 4.1.0 and < 5.0.0"
pprint = ">= 1.0.4 and < 2.0.0"
gleam_erlang = ">= 0.33.0 and < 1.0.0"