diff options
| author | Fuwn <[email protected]> | 2022-03-27 07:00:44 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-27 07:00:44 +0000 |
| commit | 18d4ac1f2e9782654494c957927c2a5cc6a2915c (patch) | |
| tree | d5c13fa5595d2efe1cd9a724ddf13a116bc91d0c /Makefile.toml | |
| parent | docs(readme): fix example (diff) | |
| download | windmark-0.1.2.tar.xz windmark-0.1.2.zip | |
docs: extend0.1.2
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"] |