-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgleam.toml
More file actions
25 lines (22 loc) · 869 Bytes
/
Copy pathgleam.toml
File metadata and controls
25 lines (22 loc) · 869 Bytes
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
name = "alakazam"
version = "1.1.0"
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
description = "Image manipulation via ImageMagicks command line"
licences = ["MIT"]
repository = { type = "github", user = "kwando", repo = "alakazam" }
links = [{ title = "IM Docs", href = "https://imagemagick.org/script/command-line-processing.php" }]
#
# For a full reference of all the available options, you can have a look at
# https://gleam.run/writing-gleam/gleam-toml/.
[dependencies]
gleam_stdlib = ">= 0.44.0 and < 2.0.0"
gleam_community_colour = ">= 2.0.0 and < 3.0.0"
shellout = ">= 1.8.0 and < 2.0.0"
temporary = ">= 1.0.0 and < 2.0.0"
simplifile = ">= 2.4.0 and < 3.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
envoy = ">= 1.1.0 and < 2.0.0"
exception = ">= 2.1.0 and < 3.0.0"