diff options
Diffstat (limited to 'corp/rih/Cargo.toml')
-rw-r--r-- | corp/rih/Cargo.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/corp/rih/Cargo.toml b/corp/rih/Cargo.toml index e624e4e6dc1e..16221b7a55c8 100644 --- a/corp/rih/Cargo.toml +++ b/corp/rih/Cargo.toml @@ -27,6 +27,9 @@ features = [ "derive" ] version = "*" # pinned by yew features = [ "HtmlDetailsElement" ] +[dependencies.static_markdown] +path = "./static-markdown" + [profile.release] lto = true opt-level = 'z' |