From d80b582198eb7513d2cc718814db6976d8b53c71 Mon Sep 17 00:00:00 2001 From: Gavin Morrow Date: Mon, 29 Sep 2025 15:01:04 -0400 Subject: [PATCH] Update gleam.toml --- gleam.toml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/gleam.toml b/gleam.toml index 482e340..8548ea8 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,16 +1,9 @@ name = "protobin" version = "1.0.0" -# Fill out these fields if you intend to generate HTML documentation or publish -# your project to the Hex package manager. -# description = "Decode the protobuf wire format." licences = ["Apache-2.0"] -repository = { type = "github", user = "gavinmorrow", repo = "gleam-protobin" } -# links = [{ title = "Website", href = "" }] -# -# For a full reference of all the available options, you can have a look at -# https://gleam.run/writing-gleam/gleam-toml/. +repository = { type = "github", user = "gavinmorrow", repo = "protobin" } [dependencies] gleam_stdlib = ">= 0.44.0 and < 2.0.0" -- 2.51.2