Skip to content

Commit

Permalink
update gleam.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
bunopnu committed Oct 22, 2023
1 parent 2b76628 commit ddce741
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
name = "glevatar"
version = "0.1.0"
description = "Easily create Gravatar URLs in Gleam"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# description = ""
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
licences = ["MIT"]
repository = { type = "github", user = "bunopnu", repo = "glevatar" }

[dependencies]
gleam_stdlib = "~> 0.31"
Expand Down

0 comments on commit ddce741

Please sign in to comment.