We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a6e691 commit 9cf3ec8Copy full SHA for 9cf3ec8
gleam.toml
@@ -4,7 +4,10 @@ version = "2.0.1"
4
description = "A pure Gleam TOML parser!"
5
licences = ["Apache-2.0"]
6
repository = { type = "github", user = "lpil", repo = "tom" }
7
-links = [{ title = "TOML website", href = "https://toml.io/en/" }]
+links = [
8
+ { title = "TOML website", href = "https://toml.io/en/" },
9
+ { title = "Sponsor", href = "https://github.com/sponsors/lpil" },
10
+]
11
12
[dependencies]
13
gleam_stdlib = ">= 0.33.0 and < 3.0.0"
0 commit comments