-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgleam.toml
31 lines (27 loc) · 816 Bytes
/
gleam.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
name = "gleamfonts"
version = "1.1.0"
description = "Command-line tool to fetch and install fonts from NerdFonts repository"
licences = ["MIT"]
[repository]
type = "github"
user = "massix"
repo = "gleamfonts"
[[links]]
title = "GitHub Repository"
href = "https://github.com/massix/gleamfonts"
[dependencies]
gleam_stdlib = ">= 0.34.0 and < 2.0.0"
birl = ">= 1.7.1 and < 2.0.0"
simplifile = ">= 2.0.1 and < 3.0.0"
gleam_http = ">= 3.6.0 and < 4.0.0"
gleam_hackney = ">= 1.2.0 and < 2.0.0"
gleam_json = ">= 2.0.0 and < 3.0.0"
gleam_erlang = ">= 0.25.0 and < 1.0.0"
gluid = ">= 1.0.0 and < 2.0.0"
hackney = ">= 1.20.1 and < 2.0.0"
sqlight = ">= 0.9.0 and < 1.0.0"
glesha = ">= 0.1.4 and < 1.0.0"
argv = ">= 1.0.2 and < 2.0.0"
gleam_otp = ">= 0.10.0 and < 1.0.0"
[dev-dependencies]
startest = ">= 0.5.0 and < 1.0.0"