Skip to content

Commit

Permalink
license in toml and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Jan 30, 2024
1 parent 7fd134c commit 260942f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

[![Package Version](https://img.shields.io/hexpm/v/gsv)](https://hex.pm/packages/gsv)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/gsv/)
[![Hippocratic License HL3-FULL](https://img.shields.io/static/v1?label=Hippocratic%20License&message=HL3-FULL&labelColor=5e2751&color=bc8c3d)](https://firstdonoharm.dev/version/3/0/full.html)

This is a simple csv parser and writer for gleam. It will get more performant in the future,
but if you're looking for high performance now, I'd recommend doing ffi to an existing parser
Expand Down
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version = "1.2.1"
gleam = ">= 0.32.0"
description = "A simple csv parser and generator written in gleam "

licences = ["Apache-2.0"]
# licences = ["Apache-2.0"] // Need Hippocrative-3 on spdx
repository = { type = "github", user = "bcpeinhardt", repo = "gsv" }

internal_modules = [
Expand Down

0 comments on commit 260942f

Please sign in to comment.