Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 1, 2023
1 parent ff3da9c commit e836c14
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Changelog

## v0.1.0 - 2023-05-01

- Initial release.
16 changes: 8 additions & 8 deletions gleam.toml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name = "gleam_hexpm"
version = "0.1.0"
description = "A Gleam project"
description = "Gleam dynamic decoders for the API of Hex, the package manager for the BEAM ecosystem."

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# licences = ["Apache-2.0"]
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
licences = ["Apache-2.0"]
repository = { type = "github", user = "gleam-lang", repo = "hexpm" }
links = [
{ title = "Website", href = "https://gleam.run" },
{ title = "Sponsor", href = "https://github.com/sponsors/lpil" },
]

[dependencies]
gleam_stdlib = "~> 0.28"
birl = "~> 0.9"
gleam_json = "~> 0.5"

[dev-dependencies]
gleeunit = "~> 0.10"
gleam_json = "~> 0.5"

0 comments on commit e836c14

Please sign in to comment.