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