Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit 0bfaa79

Browse files
committed
update toml
1 parent f6cbfcf commit 0bfaa79

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

gleam.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,9 @@ name = "gbase32_clockwork"
22
version = "1.0.0"
33
gleam = ">= 0.32.0"
44

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

169
[dependencies]
1710
gleam_stdlib = "~> 0.34 or ~> 1.0"

0 commit comments

Comments
 (0)