diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-01 15:50:49 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-01 15:50:49 +0000 |
commit | 30248f52a042fa5de08b08e79d76aa3d6a9c4eaf (patch) | |
tree | 2292f01cfe136bbccf7223c7ed199c371aa02734 /gleam.toml | |
parent | 87c49c3fc248ceca5557c4f873a468884a9ca14a (diff) | |
download | gleam_json-30248f52a042fa5de08b08e79d76aa3d6a9c4eaf.tar.gz gleam_json-30248f52a042fa5de08b08e79d76aa3d6a9c4eaf.zip |
Convert to Thoas
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ links = [ [dependencies] gleam_stdlib = "~> 0.18" -jsone = "~> 1.7" +thoas = "~> 0.2" [dev-dependencies] gleeunit = "~> 0.5" |