diff options
author | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:28:04 +0000 |
---|---|---|
committer | Louis Pilfold <louis@lpil.uk> | 2024-01-18 19:28:04 +0000 |
commit | d8de92f53c9720acf461f54a49f1b87ede2cd56a (patch) | |
tree | bc4b6cbac86d8850e4a66a1d8209ae61eaa5dd6e /manifest.toml | |
parent | 1e15f4ab689ed57980099919030c8965fe1ccffa (diff) | |
download | tour-d8de92f53c9720acf461f54a49f1b87ede2cd56a.tar.gz tour-d8de92f53c9720acf461f54a49f1b87ede2cd56a.zip |
Use path library
Diffstat (limited to 'manifest.toml')
-rw-r--r-- | manifest.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/manifest.toml b/manifest.toml index 98ff320..75c9ef6 100644 --- a/manifest.toml +++ b/manifest.toml @@ -2,6 +2,7 @@ # You typically do not need to edit this file packages = [ + { name = "filepath", version = "0.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "filepath", source = "hex", outer_checksum = "534E8161A0DE192A9A105EFEC34369E9FD5834BB58ED449B5ACAEE8704358588" }, { name = "gleam_stdlib", version = "0.34.0", build_tools = ["gleam"], requirements = [], otp_app = "gleam_stdlib", source = "hex", outer_checksum = "1FB8454D2991E9B4C0C804544D8A9AD0F6184725E20D63C3155F0AEB4230B016" }, { name = "gleeunit", version = "1.0.2", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "gleeunit", source = "hex", outer_checksum = "D364C87AFEB26BDB4FB8A5ABDE67D635DC9FA52D6AB68416044C35B096C6882D" }, { name = "htmb", version = "1.1.0", build_tools = ["gleam"], requirements = ["gleam_stdlib"], otp_app = "htmb", source = "hex", outer_checksum = "30D448F0E15DFCF7283AAAC2F351D77B9D54E318219C9FDDB1877572B67C27B7" }, @@ -10,6 +11,7 @@ packages = [ ] [requirements] +filepath = { version = "~> 0.1"} gleam_stdlib = { version = "~> 0.32" } gleeunit = { version = "~> 1.0" } htmb = { version = "~> 1.1" } |