Skip to content

Commit 9cf3ec8

Browse files
committed
Include sponsor information
1 parent 7a6e691 commit 9cf3ec8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

gleam.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ version = "2.0.1"
44
description = "A pure Gleam TOML parser!"
55
licences = ["Apache-2.0"]
66
repository = { type = "github", user = "lpil", repo = "tom" }
7-
links = [{ title = "TOML website", href = "https://toml.io/en/" }]
7+
links = [
8+
{ title = "TOML website", href = "https://toml.io/en/" },
9+
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
10+
]
811

912
[dependencies]
1013
gleam_stdlib = ">= 0.33.0 and < 3.0.0"

0 commit comments

Comments
 (0)