aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
authorLouis Pilfold <louis@lpil.uk>2024-01-18 19:28:04 +0000
committerLouis Pilfold <louis@lpil.uk>2024-01-18 19:28:04 +0000
commitd8de92f53c9720acf461f54a49f1b87ede2cd56a (patch)
treebc4b6cbac86d8850e4a66a1d8209ae61eaa5dd6e /gleam.toml
parent1e15f4ab689ed57980099919030c8965fe1ccffa (diff)
downloadtour-d8de92f53c9720acf461f54a49f1b87ede2cd56a.tar.gz
tour-d8de92f53c9720acf461f54a49f1b87ede2cd56a.zip
Use path library
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index 6435c03..bfcb32c 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -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"