about summary refs log tree commit diff
path: root/corp/rih/frontend/static-markdown/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'corp/rih/frontend/static-markdown/Cargo.toml')
-rw-r--r--corp/rih/frontend/static-markdown/Cargo.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/corp/rih/frontend/static-markdown/Cargo.toml b/corp/rih/frontend/static-markdown/Cargo.toml
new file mode 100644
index 0000000000..c0e298d44c
--- /dev/null
+++ b/corp/rih/frontend/static-markdown/Cargo.toml
@@ -0,0 +1,12 @@
+[package]
+version = "1.0.0"
+name = "static_markdown"
+edition = "2018"
+
+[lib]
+proc-macro = true
+
+[dependencies]
+syn = "1.0"
+quote = "1.0"
+comrak = "0.18"