Make testing and developing of the markdown-rs dependency easier

This commit is contained in:
Lukas Stancik
2026-04-05 10:56:15 +02:00
parent da83856042
commit 1de849914a
4 changed files with 39 additions and 1 deletions
+2 -1
View File
@@ -12,4 +12,5 @@ license = "GPL-3.0"
[dependencies]
clap = { version = "4.1.6", features = ["derive"] }
markdown = "1.0.0"
markdown = { path = "../markdown-rs" }
env_logger = "0.11"