diff options
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/manifest.toml b/manifest.toml index 18592fb..1a17cd5 100644 --- a/manifest.toml +++ b/manifest.toml @@ -4,10 +4,8 @@ packages = [ { name = "gleam_stdlib", version = "0.37.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "5398BD6C2ABA17338F676F42F404B9B7BABE1C8DC7380031ACB05BBE1BCF3742" }, { name = "gleeunit", version = "1.1.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "72CDC3D3F719478F26C4E2C5FED3E657AC81EC14A47D2D2DEBB8693CA3220C3B" }, - { name = "thoas", version = "1.2.0", build_tools = ["rebar3"], requirements = [], otp_app = "thoas", source = "hex", outer_checksum = "540C8CB7D9257F2AD0A14145DC23560F91ACDCA995F0CCBA779EB33AF5D859D1" }, ] [requirements] gleam_stdlib = { version = ">= 0.19.0 and < 2.0.0" } gleeunit = { version = "~> 1.0" } -thoas = { version = ">= 0.2.0 and < 2.0.0" } |