Adding spyglass_plugin
library as a dependency
Run this command in a terminal, in your project's directory:
cargo add spyglass-plugin
To add it manually, edit your project's Cargo.toml
file and add to the [dependencies]
section:
spyglass-plugin = "0.1.0"
The spyglass_plugin
library will be automatically available globally.
Read the spyglass_plugin
library documentation.