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