From ed109782328c81c476858274af191a0c700b2c88 Mon Sep 17 00:00:00 2001 From: Robert Attard Date: Thu, 13 Jun 2024 17:17:37 -0400 Subject: [PATCH] readme --- README.md | 2 +- gleam.toml | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1403c9d..6e115c4 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3?label=%F0%9F%93%9A)](https://hexdocs.pm/glint/) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tanklesxl/glint/main)](https://github.com/tanklesxl/glint/actions) -Gleam command-line argument parsing with flags and automatic help text. +Gleam command-line argument parsing with flags and automated help text generation. ## Installation diff --git a/gleam.toml b/gleam.toml index c9ffdb0..8383764 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,16 +1,20 @@ name = "glint" -version = "1.0.0-rc3" +version = "1.0.0" # Fill out these fields if you intend to generate HTML documentation or publishname = "glint" # your project to the Hex package manager. # licences = ["Apache-2.0"] -description = "Gleam command line argument parsing with basic flag support." + +description = "Gleam command-line argument parsing with flags and automated help text generation." + repository = { type = "github", user = "TanklesXL", repo = "glint" } + links = [ { title = "Hex", href = "https://hex.pm/packages/glint" }, { title = "Docs", href = "https://hexdocs.pm/glint/" }, ] + gleam = "~> 1.0" [dependencies]