aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-03-27 07:00:44 +0000
committerFuwn <[email protected]>2022-03-27 07:00:44 +0000
commit18d4ac1f2e9782654494c957927c2a5cc6a2915c (patch)
treed5c13fa5595d2efe1cd9a724ddf13a116bc91d0c /Makefile.toml
parentdocs(readme): fix example (diff)
downloadwindmark-0.1.2.tar.xz
windmark-0.1.2.zip
docs: extend0.1.2
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index d6b203e..9ae10e6 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -57,3 +57,9 @@ args = [
"-out",
"windmark_pair.pem"
]
+
+[tasks.docs]
+workspace = false
+toolchain = "nightly"
+command = "cargo"
+args = ["doc", "--open", "--no-deps"]