aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2025-08-10 22:30:27 -0500
committerAaditya Dhruv <[email protected]>2025-08-10 22:30:27 -0500
commitb7028737d93886b13221930f98e030956ee2c440 (patch)
treea1bcfee2bf84bac43d667a467c81addde4c3cae3 /Cargo.toml
parentd862b84ce868353e3482b380d0b68495de12eb6b (diff)
Add parsing filepathHEADmaster
- Pass a valid markdown filepath and convert it to HTML
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7537a46..4535a7b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,4 +8,7 @@ homepage = "https://git.spacejunk.sh/palpad.git"
repository = "https://git.spacejunk.sh/palpad.git"
readme = "README.md"
+[dependencies]
+clap = { version = "4.5.43", features = ["derive"] }
+