about summary refs log tree commit diff
path: root/corp/rih/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'corp/rih/Cargo.toml')
-rw-r--r--corp/rih/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/corp/rih/Cargo.toml b/corp/rih/Cargo.toml
index e624e4e6dc..16221b7a55 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'