Skip to content

Commit ddce741

Browse files
committed
update gleam.toml
1 parent 2b76628 commit ddce741

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

gleam.toml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name = "glevatar"
22
version = "0.1.0"
3+
description = "Easily create Gravatar URLs in Gleam"
34

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 = "username", repo = "project" }
10-
# links = [{ title = "Website", href = "https://gleam.run" }]
5+
licences = ["MIT"]
6+
repository = { type = "github", user = "bunopnu", repo = "glevatar" }
117

128
[dependencies]
139
gleam_stdlib = "~> 0.31"

0 commit comments

Comments
 (0)