diff options
Diffstat (limited to 'lib/manifest.toml')
-rw-r--r-- | lib/manifest.toml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/manifest.toml b/lib/manifest.toml deleted file mode 100644 index b711276..0000000 --- a/lib/manifest.toml +++ /dev/null @@ -1,9 +0,0 @@ -# This file was generated by Gleam -# You typically do not need to edit this file - -packages = [ - { name = "gleam_stdlib", version = "0.30.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "03710B3DA047A3683117591707FCA19D32B980229DD8CE8B0603EB5B5144F6C3" }, -] - -[requirements] -gleam_stdlib = { version = "~> 0.30" } |