added pulldown-cmark to convert from markdown string to html format
string #689
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -749,6 +749,7 @@ dependencies = [
|
||||
"openssl",
|
||||
"pbr",
|
||||
"prettytable-rs",
|
||||
"pulldown-cmark",
|
||||
"quick-xml",
|
||||
"rand",
|
||||
"regex",
|
||||
|
||||
@@ -39,6 +39,7 @@ lock_api = "0.4.*"
|
||||
crossbeam-utils = "0.8.*"
|
||||
num-format = "*"
|
||||
comfy-table = "6.*"
|
||||
pulldown-cmark = { version = "0.9.*", default-features = false, features = ["simd"] }
|
||||
|
||||
[build-dependencies]
|
||||
static_vcruntime = "2.*"
|
||||
|
||||
Reference in New Issue
Block a user