mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-12-25 04:22:02 -05:00
6 lines
No EOL
161 B
Bash
Executable file
6 lines
No EOL
161 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cargo install cargo-docs-rs
|
|
cargo +nightly docs-rs -p veilid-core
|
|
cargo +nightly docs-rs -p veilid-tools
|
|
cargo +nightly docs-rs -p veilid-remote-api |