From e7dc1ae452cad5be866ce614741433b7c915daff Mon Sep 17 00:00:00 2001
From: florian <f.spreckelsen@inidscale.com>
Date: Mon, 2 Aug 2021 15:40:25 +0200
Subject: [PATCH] MAINT: Add Libdl to dependencies

---
 Manifest.toml | 3 +++
 Project.toml  | 1 +
 2 files changed, 4 insertions(+)

diff --git a/Manifest.toml b/Manifest.toml
index 65e2318..663c541 100644
--- a/Manifest.toml
+++ b/Manifest.toml
@@ -1,4 +1,7 @@
 # This file is machine-generated - editing it directly is not advised
 
+[[Libdl]]
+uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
+
 [[Logging]]
 uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
diff --git a/Project.toml b/Project.toml
index bb89991..a17b1d5 100644
--- a/Project.toml
+++ b/Project.toml
@@ -4,4 +4,5 @@ authors = ["florian <f.spreckelsen@inidscale.com>"]
 version = "0.0.2"
 
 [deps]
+Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
 Logging = "56ddb016-857b-54e1-b83d-db4d58db5568"
-- 
GitLab