From 8f6e2b3042c422a6c1871041db00f26ff4d91694 Mon Sep 17 00:00:00 2001
From: Bram Dingelstad <git@dingelstad.works>
Date: Fri, 14 Feb 2025 16:57:43 +0100
Subject: [PATCH] chore: removed unnecessary packages from crate

---
 Cargo.toml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Cargo.toml b/Cargo.toml
index 1f2e819..017e8d5 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -9,8 +9,8 @@ request = ["surf/h1-client-rustls"]
 convert_from_notion = []
 
 [dependencies]
-async-std = "1.12.0"
-async-trait = "0.1.68"
+# async-std = "1.12.0"
+# async-trait = "0.1.68"
 base64 = "0.21.0"
 chrono = "0.4.31"
 futures-core = "0.3.28"