Make testing and developing of the markdown-rs dependency easier
This commit is contained in:
+2
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user