aboutsummaryrefslogtreecommitdiff
path: root/manifest.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2021-12-31 16:07:45 +0000
committerLouis Pilfold <louis@lpil.uk>2021-12-31 16:07:45 +0000
commit0d1188631e400c1733ad893cc07bfb050bd9664f (patch)
tree4bc7ad28945b6d4a6c2a18358724a38db5f161a1 /manifest.toml
parente680f6fd0213d133f188064b684c1c56080f831f (diff)
downloadgleam_json-0d1188631e400c1733ad893cc07bfb050bd9664f.tar.gz
gleam_json-0d1188631e400c1733ad893cc07bfb050bd9664f.zip
Convert to use Gleam build tool
Diffstat (limited to 'manifest.toml')
-rw-r--r--manifest.toml13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifest.toml b/manifest.toml
new file mode 100644
index 0000000..5fc0b3b
--- /dev/null
+++ b/manifest.toml
@@ -0,0 +1,13 @@
+# This file was generated by Gleam
+# You typically do not need to edit this file
+
+packages = [
+ { name = "gleam_stdlib", version = "0.18.1", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "763ECD87D54D08755EE4C8551720D122FDCA47F61D1CA8AF23B19A90395A7468" },
+ { name = "gleeunit", version = "0.5.1", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "F7FA7477D930178C1E59519DBDB5E086BE3A6B65F015B67DA94D30A323062154" },
+ { name = "jsone", version = "1.7.0", build_tools = ["rebar3"], requirements = [], otp_app = "jsone", source = "hex", outer_checksum = "A3A33712EE6BC8BE10CFA21C7C425A299DE4C5A8533F9F931E577A6D0E8F5DBD" },
+]
+
+[requirements]
+gleam_stdlib = "~> 0.18"
+gleeunit = "~> 0.5"
+jsone = "~> 1.7"