-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgleam.toml
More file actions
32 lines (26 loc) · 1 KB
/
Copy pathgleam.toml
File metadata and controls
32 lines (26 loc) · 1 KB
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
32
name = "gleedoc"
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 = "A doc test library for Gleam, inspired by Rust and Elixir's doctest tooling."
licences = ["Apache-2.0"]
repository = { type = "github", user = "HymanZHAN", repo = "gleedoc" }
links = [{ title = "Website", href = "https://github.com/HymanZHAN/gleedoc" }]
# 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 = ">= 1.0.0 and < 2.0.0"
filepath = ">= 1.0.0 and < 2.0.0"
glance = ">= 7.0.0 and < 8.0.0"
simplifile = ">= 2.0.0 and < 3.0.0"
snag = ">= 1.0.0 and < 2.0.0"
shellout = ">= 1.8.0 and < 2.0.0"
envoy = ">= 1.2.0 and < 2.0.0"
argv = ">= 1.1.0 and < 2.0.0"
[dev_dependencies]
gleeunit = ">= 1.0.0 and < 2.0.0"
[javascript.deno]
allow_read = true
allow_write = true
allow_env = ["GLEEDOC_GENERATION_RUNNING", "PATHEXT", "PATH"]
allow_run = ["gleam"]