Skip to content

Commit

Permalink
update gleam toml and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
schurhammer committed May 26, 2023
1 parent 466e4d5 commit e63428c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Package Version](https://img.shields.io/hexpm/v/gleamy_structures)](https://hex.pm/packages/gleamy_structures)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gleamy_structures/)

A Gleam project
Data structures in pure Gleam.

## Quick start

Expand All @@ -22,3 +22,6 @@ gleam add gleamy_structures
```

and its documentation can be found at <https://hexdocs.pm/gleamy_structures>.

## Contributions Welcome
Feel free to make PRs, issues, or requests for new data structures and functions :) Especially welcome would be more rigorous tests and reviews of the implementation compared to source materials.
9 changes: 4 additions & 5 deletions gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,10 @@ version = "0.1.0"

# Fill out these fields if you intend to generate HTML documentation or publish
# your project to the Hex package manager.
#
# licences = ["Apache-2.0"]
# description = "A Gleam library..."
# repository = { type = "github", user = "username", repo = "project" }
# links = [{ title = "Website", href = "https://gleam.run" }]
licences = ["Apache-2.0"]
description = "Data structures in pure Gleam."
repository = { type = "github", user = "schurhammer", repo = "gleamy_structures" }
links = [{ title = "Website", href = "https://github.com/schurhammer/gleamy_structures" }]

[dependencies]
gleam_stdlib = "~> 0.29.0"
Expand Down

0 comments on commit e63428c

Please sign in to comment.