diff options
author | Louis Pilfold <louis@lpil.uk> | 2022-01-07 19:15:02 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2022-01-07 19:15:02 +0000 |
commit | 0dc5e5234e14d915d61c75c36ddeae9e317bdd3c (patch) | |
tree | 65978fb64161c9e586c5d13082870e5dd1cf3e11 /manifest.toml | |
parent | d8eea4db4773cad9e5fbdc9cc9986147db257fb6 (diff) | |
download | javascript-0dc5e5234e14d915d61c75c36ddeae9e317bdd3c.tar.gz javascript-0dc5e5234e14d915d61c75c36ddeae9e317bdd3c.zip |
gleam.toml
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifest.toml b/manifest.toml new file mode 100644 index 0000000..017fbe5 --- /dev/null +++ b/manifest.toml @@ -0,0 +1,9 @@ +# 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" }, +] + +[requirements] +gleam_stdlib = "~> 0.18" |