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