diff options
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 6 |
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"] |