We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b76628 commit ddce741Copy full SHA for ddce741
gleam.toml
@@ -1,13 +1,9 @@
1
name = "glevatar"
2
version = "0.1.0"
3
+description = "Easily create Gravatar URLs in Gleam"
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" }]
+licences = ["MIT"]
+repository = { type = "github", user = "bunopnu", repo = "glevatar" }
11
12
[dependencies]
13
gleam_stdlib = "~> 0.31"
0 commit comments