hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit 61f51b2bbf2b3d57b809713310115df2d464f6cb
parent 9a92cc3ab147bafadab2e29a3b1286ebbfe1fb1c
Author: Drew DeVault <sir@cmpwn.com>
Date:   Tue, 29 Mar 2022 20:54:37 +0200

gen-docs: add crypto::keystore to whitelist

Signed-off-by: Drew DeVault <sir@cmpwn.com>

Diffstat:
Mscripts/gen-docs | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/scripts/gen-docs b/scripts/gen-docs @@ -15,7 +15,8 @@ getmods() ( echo $module fi done - # mime is not listed in gen-stdlib for dependency reasons + # Not listed in the stdlib for various reasons: + echo crypto::keystore echo mime ) modules="$(getmods)"