aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-11-02 18:27:54 +0000
committerLouis Pilfold <louis@lpil.uk>2021-11-02 18:31:43 +0000
commit7d96ef1a69123e96236dd0288b00b0ace9af4cb2 (patch)
tree94327c2e6f15c6cfae2f30ca817dbaff506d2444 /gleam.toml
parent71cb27e999cab3e8131e545369618fea5053c4fb (diff)
downloadgleam_stdlib-7d96ef1a69123e96236dd0288b00b0ace9af4cb2.tar.gz
gleam_stdlib-7d96ef1a69123e96236dd0288b00b0ace9af4cb2.zip
Add Gleam build tool config
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml15
1 files changed, 11 insertions, 4 deletions
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]