aboutsummaryrefslogtreecommitdiff
path: root/.run/src/bin/doc.sh
diff options
context:
space:
mode:
Diffstat (limited to '.run/src/bin/doc.sh')
-rwxr-xr-x.run/src/bin/doc.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/.run/src/bin/doc.sh b/.run/src/bin/doc.sh
index 8c809b7..014ea44 100755
--- a/.run/src/bin/doc.sh
+++ b/.run/src/bin/doc.sh
@@ -1,3 +1,7 @@
#!/bin/bash
-cargo dev_tool deploy-api-docs -- --open
+cargo doc \
+ --manifest-path mingling/Cargo.toml \
+ --no-deps \
+ --features docs_rs,core,macros,builds,structural_renderer,repl,comp,parser,picker,clap,extra_macros \
+ --open