-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgleam.toml
More file actions
22 lines (18 loc) · 633 Bytes
/
gleam.toml
File metadata and controls
22 lines (18 loc) · 633 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "plex_pin_auth"
version = "1.0.1"
gleam = ">= 1.1.0"
target = "erlang"
description = "Authenticate with Plex via the Plex pin authentication method"
licences = ["MIT"]
repository = { type = "github", user = "harrisonhoward", repo = "plex_pin_auth" }
links = [
{ title = "Related Project", href = "https://github.com/harrisonhoward/plex_discord_rpc" },
]
internal_modules = ["plex_pin_auth/internal", "plex_pin_auth/internal/*"]
[dependencies]
gleam_stdlib = "~> 0.36"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_hackney = ">= 1.2.0 and < 2.0.0"
gleam_json = ">= 1.0.0 and < 2.0.0"
[dev-dependencies]
gleeunit = "~> 1.0"