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 /gleam.toml | |
parent | 1e15f4ab689ed57980099919030c8965fe1ccffa (diff) | |
download | tour-d8de92f53c9720acf461f54a49f1b87ede2cd56a.tar.gz tour-d8de92f53c9720acf461f54a49f1b87ede2cd56a.zip |
Use path library
Diffstat (limited to 'gleam.toml')
-rw-r--r-- | gleam.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ gleam_stdlib = "~> 0.32" simplifile = "~> 1.0" snag = "~> 0.2" htmb = "~> 1.1" +filepath = "~> 0.1" [dev-dependencies] gleeunit = "~> 1.0" |