From 5dee4780dab5e22eb2929a3b4287c5a781fc20f9 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Tue, 6 Jun 2023 14:26:04 +0300 Subject: chore(corp/rih): move frontend to a separate folder Change-Id: Ic7467f459015c39c73f87c61a048319eaf1243be Reviewed-on: https://cl.tvl.fyi/c/depot/+/8714 Tested-by: BuildkiteCI Reviewed-by: tazjin --- corp/rih/frontend/static-markdown/Cargo.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 corp/rih/frontend/static-markdown/Cargo.toml (limited to 'corp/rih/frontend/static-markdown/Cargo.toml') diff --git a/corp/rih/frontend/static-markdown/Cargo.toml b/corp/rih/frontend/static-markdown/Cargo.toml new file mode 100644 index 000000000000..c0e298d44cf2 --- /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" -- cgit 1.4.1