add cargo-doc target

This commit is contained in:
Erica Z 2024-10-30 10:06:48 +01:00
parent c98290d4f0
commit 07163eb4f3

View file

@ -82,3 +82,4 @@ custom_target(
) )
run_target('clippy', command: [cargo, 'clippy'], env: cargo_env) run_target('clippy', command: [cargo, 'clippy'], env: cargo_env)
run_target('cargo-doc', command: [cargo, 'doc'], env: cargo_env)