aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2022-01-01 15:50:49 +0000
committerLouis Pilfold <louis@lpil.uk>2022-01-01 15:50:49 +0000
commit30248f52a042fa5de08b08e79d76aa3d6a9c4eaf (patch)
tree2292f01cfe136bbccf7223c7ed199c371aa02734 /gleam.toml
parent87c49c3fc248ceca5557c4f873a468884a9ca14a (diff)
downloadgleam_json-30248f52a042fa5de08b08e79d76aa3d6a9c4eaf.tar.gz
gleam_json-30248f52a042fa5de08b08e79d76aa3d6a9c4eaf.zip
Convert to Thoas
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gleam.toml b/gleam.toml
index c5f59c3..18f4631 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -11,7 +11,7 @@ links = [
[dependencies]
gleam_stdlib = "~> 0.18"
-jsone = "~> 1.7"
+thoas = "~> 0.2"
[dev-dependencies]
gleeunit = "~> 0.5"