From 8e55010734ff03daf855cdb49ebddddec0646508 Mon Sep 17 00:00:00 2001 From: pmc4 <117096890+pmc4@users.noreply.github.com> Date: Wed, 13 Dec 2023 14:21:19 +0100 Subject: [PATCH] Update Project.toml with DelimitedFiles --- Project.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Project.toml b/Project.toml index 941e0e6..1a6358f 100644 --- a/Project.toml +++ b/Project.toml @@ -3,5 +3,8 @@ uuid = "c2bc8a40-e6d5-422b-ae2d-904269160af5" authors = ["pmc4 <117096890+pmc4@users.noreply.github.com> and contributors"] version = "0.0.1" +[deps] +DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab" + [compat] julia = "1.6"