Skip to content

Commit 6c3b051

Browse files
author
Ryan Miville
committed
update toml
1 parent 02032c0 commit 6c3b051

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

gleam.toml

+3-10
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
name = "glambda"
22
version = "0.1.0"
33

4-
# Fill out these fields if you intend to generate HTML documentation or publish
5-
# your project to the Hex package manager.
6-
#
7-
# description = ""
8-
# licences = ["Apache-2.0"]
9-
# repository = { type = "github", user = "", repo = "" }
10-
# links = [{ title = "Website", href = "" }]
11-
#
12-
# For a full reference of all the available options, you can have a look at
13-
# https://gleam.run/writing-gleam/gleam-toml/.
4+
description = "Write AWS Lambda functions in Gleam!"
5+
licences = ["Apache-2.0"]
6+
repository = { type = "github", user = "ryanmiville", repo = "glambda" }
147

158
target = "javascript"
169

0 commit comments

Comments
 (0)