From 5869e3e3266c9fadecb565d01f970a9deeb81a78 Mon Sep 17 00:00:00 2001 From: Hayleigh Thompson Date: Sat, 21 May 2022 09:45:05 +0100 Subject: :wrench: Update package description. --- gleam.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index be47abf..7e38848 100644 --- a/gleam.toml +++ b/gleam.toml @@ -6,10 +6,10 @@ target = "javascript" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. # -# licences = ["Apache-2.0"] -# description = "A Gleam library..." -# repository = { type = "github", user = "username", repo = "project" } -# links = [{ title = "Website", href = "https://gleam.run" }] +licences = ["MIT"] +description = "A framework for building web apps - powered by Gleam and React!" +repository = { type = "github", user = "hayleigh-dot-dev", repo = "gleam-lustre" } +links = [{ title = "Website", href = "https://hayleigh-dot-dev.github.io/gleam-lustre" }] [dependencies] gleam_stdlib = "~> 0.19" -- cgit v1.2.3