Packages

A type-safe CoinGecko API client for Gleam

Current section

Files

Jump to
coinglecko gleam.toml
Raw

gleam.toml

name = "coinglecko"
version = "0.1.0"
description = "A type-safe CoinGecko API client for Gleam"
licences = ["MIT"]
repository = { type = "github", user = "GG-O-BP", repo = "coinglecko" }
links = [{ title = "Repository", href = "https://github.com/GG-O-BP/coinglecko" }]
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_http = ">= 4.0.0 and < 5.0.0"
gleam_json = ">= 3.0.0 and < 4.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"