zng/tools
Samuel Guerra fbc575d8c4 Add CI concurrency, manual start. 2024-04-04 15:28:46 -03:00
..
color-gen Update cargo authors metadata. 2024-04-02 23:45:03 -03:00
do-tasks Add CI concurrency, manual start. 2024-04-04 15:28:46 -03:00
README.md Reorganized project folders. 2021-12-15 20:43:05 -03:00

README.md

Tools

This directory contains crates used to generate content or manage the project.

Workspace

Append this code to a tool crate Cargo.toml to exclude it from the main workspace.

[workspace] # Exclude from main workspace

Rust Analyzer

If you want Rust Analyzer (VSCode) to analyze a tool crate you need to manually add it to the "rust-analyzer.linkedProjects" setting in the in .vscode/settings.json.