summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorA Farzat <a@farzat.xyz>2026-06-04 18:25:52 +0300
committerA Farzat <a@farzat.xyz>2026-06-04 19:15:15 +0300
commit668d36f8b87d50f8eeca38d337fc64d43955194a (patch)
tree030534da5955341a10d1999a7b5d36113d9cbb2d /Cargo.toml
parentd41999a6e73edf29a87bc26648feab3ae23b50d2 (diff)
downloadrepo2markdown-668d36f8b87d50f8eeca38d337fc64d43955194a.tar.gz
repo2markdown-668d36f8b87d50f8eeca38d337fc64d43955194a.zip
Use directories from tempfile for unit testing
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 50004f0..032a183 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+tempfile = "3"