summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authoranand <anand.panchdhari@gmail.com>2025-11-19 10:51:26 +0530
committeranand <anand.panchdhari@gmail.com>2025-11-19 10:51:26 +0530
commit7f99a356c31ee24566899c24404fc25d9486d474 (patch)
treea84e21b2e66c28bf0625b7370b36ac63c958b8d1 /Cargo.toml
parent5dd65997c90334fad1bd526fc6a891c861f3b5d5 (diff)
Fixed ~ expansion in codeHEADmaster
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 e1192a7..6db11da 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,3 +4,4 @@ version = "0.1.0"
edition = "2024"
[dependencies]
+dirs = "6.0.0"