From b7028737d93886b13221930f98e030956ee2c440 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sun, 10 Aug 2025 22:30:27 -0500 Subject: Add parsing filepath - Pass a valid markdown filepath and convert it to HTML --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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"] } + -- cgit