summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-06-26 17:20:22 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-06-27 13:58:43 -0400
commite466113d70e9786259b3516b5951771b0706e5d8 (patch)
tree9abce5a134d5f437d8f1b6f70bba9669f191b82e /Cargo.toml
parentb4e301a2a4e6e00a1b521cae8e1a015ab8fc2b54 (diff)
downloadacap-e466113d70e9786259b3516b5951771b0706e5d8.tar.xz
docs: Integrate KaTeX and add some formulas
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 00ef2a8..c4e4a2c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,3 +20,6 @@ rand = "0.7.3"
[[bench]]
name = "benches"
harness = false
+
+[package.metadata.docs.rs]
+rustdoc-args = ["--html-in-header", "katex-header.html"] \ No newline at end of file