From 7d96ef1a69123e96236dd0288b00b0ace9af4cb2 Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Tue, 2 Nov 2021 18:27:54 +0000 Subject: Add Gleam build tool config --- gleam.toml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index 964fcdf..53f043f 100644 --- a/gleam.toml +++ b/gleam.toml @@ -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] -- cgit v1.2.3