summaryrefslogtreecommitdiffstats
path: root/src/doc/reference/style-check/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/reference/style-check/Cargo.toml')
-rw-r--r--src/doc/reference/style-check/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/reference/style-check/Cargo.toml b/src/doc/reference/style-check/Cargo.toml
new file mode 100644
index 000000000..d592f65d0
--- /dev/null
+++ b/src/doc/reference/style-check/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "style-check"
+version = "0.1.0"
+authors = ["steveklabnik <steve@steveklabnik.com>"]
+edition = "2021"
+
+[dependencies]
+pulldown-cmark = "0.8"