Gleam Library for the Rocksky API
1name = "rocksky"
2version = "1.0.0"
3
4# Fill out these fields if you intend to generate HTML documentation or publish
5# your project to the Hex package manager.
6#
7description = "Gleam library for the Rocksky API"
8licences = ["Apache-2.0"]
9repository = { type = "github", user = "tsirysndr", repo = "rocksky_gleam" }
10links = [{ title = "Website", href = "https://docs.rocksky.app" }]
11#
12# For a full reference of all the available options, you can have a look at
13# https://gleam.run/writing-gleam/gleam-toml/.
14
15[dependencies]
16gleam_stdlib = ">= 0.44.0 and < 2.0.0"
17gleam_http = ">= 4.0.0 and < 5.0.0"
18gleam_httpc = ">= 4.1.0 and < 5.0.0"
19gleam_json = ">= 2.3.0 and < 3.0.0"
20
21[dev-dependencies]
22gleeunit = ">= 1.0.0 and < 2.0.0"