aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2023-08-03 13:31:34 +0100
committerLouis Pilfold <louis@lpil.uk>2023-08-03 13:31:34 +0100
commit8361e09c120d5a0e862c20e35a73a479ed380c93 (patch)
tree82d31b60756078e09c2df9d91788ee609265f64e /gleam.toml
parent3662dd46c42fff69526aa92e2f389db66f513a1c (diff)
downloadgleam_json-8361e09c120d5a0e862c20e35a73a479ed380c93.tar.gz
gleam_json-8361e09c120d5a0e862c20e35a73a479ed380c93.zip
Update for Gleam v0.30
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index 37c9042..520effa 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -1,5 +1,7 @@
name = "gleam_json"
version = "0.5.1"
+gleam = ">= 0.30.0"
+
licences = ["Apache-2.0"]
description = "Work with JSON in Gleam"