diff options
author | Aaditya Dhruv <[email protected]> | 2025-08-10 22:30:27 -0500 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-08-10 22:30:27 -0500 |
commit | b7028737d93886b13221930f98e030956ee2c440 (patch) | |
tree | a1bcfee2bf84bac43d667a467c81addde4c3cae3 /Cargo.toml | |
parent | d862b84ce868353e3482b380d0b68495de12eb6b (diff) |
- Pass a valid markdown filepath and convert it to HTML
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"] } + |