Skip to content

Commit ebede72

Browse files
author
Danielle Jenkins
committed
Implement manual cli tools option
1 parent 85b4116 commit ebede72

File tree

4 files changed

+426
-16
lines changed

4 files changed

+426
-16
lines changed

Cargo.lock

Lines changed: 244 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ anyhow = "1.0"
4141
futures = "0.3"
4242
rand = "0.8"
4343
clap = { version = "4.4", features = ["derive"] }
44+
html2md = "0.2.14"
4445

4546
[dev-dependencies]
4647
# Testing utilities

0 commit comments

Comments
 (0)