From 0d1188631e400c1733ad893cc07bfb050bd9664f Mon Sep 17 00:00:00 2001 From: Louis Pilfold Date: Fri, 31 Dec 2021 16:07:45 +0000 Subject: Convert to use Gleam build tool --- gleam.toml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'gleam.toml') diff --git a/gleam.toml b/gleam.toml index 7b25c8d..c5f59c3 100644 --- a/gleam.toml +++ b/gleam.toml @@ -1 +1,17 @@ name = "gleam_json" +version = "0.1.0" +licences = ["Apache-2.0"] +description = "Work with JSON in Gleam" + +repository = { type = "github", user = "gleam", repo = "json" } +links = [ + { title = "Website", href = "https://gleam.run" }, + { title = "Sponsor", href = "https://github.com/sponsors/lpil" }, +] + +[dependencies] +gleam_stdlib = "~> 0.18" +jsone = "~> 1.7" + +[dev-dependencies] +gleeunit = "~> 0.5" -- cgit v1.2.3