From 210f395161f9bec3ecf09411dbbf26d89f63b402 Mon Sep 17 00:00:00 2001 From: cdaringe Date: Sun, 21 Jan 2024 10:33:56 -0800 Subject: [PATCH] chore: docs --- gleam.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gleam.toml b/gleam.toml index 5e2f978..d96bc42 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1,13 +1,12 @@ name = "gserde" version = "1.0.0" -target = "javascript" # Fill out these fields if you intend to generate HTML documentation or publish # your project to the Hex package manager. # -# description = "" -# licences = ["Apache-2.0"] -# repository = { type = "github", user = "username", repo = "project" } +description = "gleam codegen for serialization and deserialization" +licences = ["MIT"] +repository = { type = "github", user = "cdaringe", repo = "gserde" } # links = [{ title = "Website", href = "https://gleam.run" }] # # For a full reference of all the available options, you can have a look at