aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml16
1 files changed, 16 insertions, 0 deletions
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"