-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathgleam.toml
28 lines (24 loc) · 1 KB
/
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
name = "chip"
version = "1.1.1"
description = "A Gleam registry library"
licences = ["Apache-2.0"]
# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
repository = { type = "github", user = "chouzar", repo = "chip" }
gleam = ">= 1.4.0"
# links = [{ title = "Website", href = "https://gleam.run" }]
[documentation]
pages = [
{ title = "as a local pubsub", path = "guides/as-local-pubsub.html", source = "./test/guides/as-local-pubsub.md" },
{ title = "as a subject index", path = "guides/as-subject-index.html", source = "./test/guides/as-subject-index.md" },
{ title = "as part of supervisor", path = "guides/as-part-of-supervisor.html", source = "./test/guides/as-part-of-supervisor.md" },
]
[dependencies]
gleam_stdlib = ">= 0.36.0 and < 2.0.0"
gleam_erlang = ">= 0.24.0 and < 2.0.0"
gleam_otp = ">= 0.10.0 and < 2.0.0"
lamb = ">= 0.1.0 and < 2.0.0"
[dev-dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
benchee = ">= 1.3.0 and < 2.0.0"