diff options
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" |