-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathgleam.toml
More file actions
22 lines (18 loc) · 968 Bytes
/
Copy pathgleam.toml
File metadata and controls
22 lines (18 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name = "glam"
version = "2.0.4"
description = "A package to help you easily pretty print structured data"
licences = ["Apache-2.0"]
repository = { type = "github", user = "giacomocavalieri", repo = "glam" }
[dependencies]
gleam_stdlib = ">= 0.62.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.6.1 and < 2.0.0"
birdie = ">= 1.3.2 and < 2.0.0"
[documentation]
pages = [
{ title = "Learning materials", path = "learning_materials.html", source = "./tutorials/README.md" },
{ title = "", path = "pretty_printing_glamorous_lists.html", source = "./tutorials/pretty_printing_glamorous_lists.md" },
{ title = "", path = "pretty_printing_todo_lists.html", source = "./tutorials/pretty_printing_todo_lists.md" },
{ title = "", path = "pretty_printing_JSON.html", source = "./tutorials/pretty_printing_JSON.md" },
{ title = "", path = "pretty_printing_lovely_error_messages.html", source = "./tutorials/pretty_printing_lovely_error_messages.md" },
]