Current section
Files
Jump to
Current section
Files
gleam.toml
name = "scrapbook"
version = "2.0.0"
description = "Gleam package that can scrape parts of Facebook."
licences = ["MIT"]
repository = { type = "codeberg", user = "szelbi", repo = "scrapbook" }
target = "erlang"
gleam = ">= 1.5.0"
[dependencies]
decode = ">= 0.5.0 and < 0.6.0"
gleam_http = ">= 3.7.0 and < 4.0.0"
gleam_json = ">= 2.1.0 and < 3.0.0"
gleam_regexp = ">= 1.0.0 and < 2.0.0"
gleam_stdlib = ">= 0.45.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.2.0 and < 2.0.0"