diff options
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -1,7 +1,14 @@ name = "gleam_stdlib" version = "0.17.1" +licence = "Apache-2.0" +description = "A standard library for the Gleam programming language" -[repository] -type = "github" -user = "gleam-lang" -repo = "stdlib" +repository = { type = "github", user = "gleam-lang", repo = "stdlib" } +links = [ + { title = "Website", href = "https://gleam.run" }, + { title = "Sponsor", href = "https://github.com/sponsors/lpil" }, +] + +[dependencies] + +[dev-dependencies] |